h.264 - Pure C-Code of x264 of ffmpeg -


i doing hardware implementation on ratecontrol of ffmpeg. using x264 encoder, here not able find c-code implementation of function intra_mbcmp_x3_8x8c.

i tried trace wards, there assembly implementation of code. can body please guide pure c-implementation of latest x264.

it helpful, if helps me in disabling x86 flags in ffmpeg, able run pure c implementation.
note:i have checked similar question here.
not able answer.

you're looking this. there's various implementations of mbcmp (sad, satd) because x264 allows user selection of error metric use.

oh, , related second question, @ x264 --asm option (or if intend use api, see how it's implemented on api side):

$ ~/projects/x264/x86-64/x264 --fullhelp|grep -- --asm       --asm <integer>         override cpu detection 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -