Displaying 2 results from an estimated 2 matches for "nhfrags".
Did you mean:
nfrags
2005 Aug 17
2
MMX loop filter for theora-exp
...fer[_refi],iplane->ystride,_bv);
}
if(frag+1<frag_end&&!(frag+1)->coded){
- loop_filter_h(frag->buffer[_refi]+8,iplane->ystride,_bv);
+ loop_filter_h_c(frag->buffer[_refi]+8,iplane->ystride,_bv);
}
if(frag+fplane->nhfrags<frag_bot&&!(frag+fplane->nhfrags)->coded){
- loop_filter_v((frag+fplane->nhfrags)->buffer[_refi],
+ loop_filter_v_c((frag+fplane->nhfrags)->buffer[_refi],
iplane->ystride,_bv);
}
}
@@ -1031,7 +1041,7 @@
framei=_state-&...
2010 Jul 24
2
theorarm build
Hi all--
I tried building the ARM-optimized theora codec from the theorarm-
merge-branch, and encountered the following compile and runtime
problems before getting something to run. If there is another way to
build it, it would be nice to know, but I got the sense that its
current state in svn is incomplete.
I'm using a gcc cross-compiler for ARM on an x86 Linux PC. After
running