HomeSort by relevance Sort by last modified time
    Searched refs:vp8_mbuverror_xmm (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/x86/
encodemb_x86.h 57 extern prototype_mbuverr(vp8_mbuverror_xmm);
68 #define vp8_encodemb_mbuverr vp8_mbuverror_xmm
csystemdependent.c 149 extern int vp8_mbuverror_xmm(MACROBLOCK *mb);
182 vp8_mbuverror = vp8_mbuverror_xmm;
x86_csystemdependent.c 162 int vp8_mbuverror_xmm(MACROBLOCK *mb) function
285 cpi->rtcd.encodemb.mbuverr = vp8_mbuverror_xmm;

Completed in 156 milliseconds