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

  /external/libvpx/vp8/encoder/
variance.h 65 #define prototype_variance2(sym) \ macro
297 extern prototype_variance2(vp8_variance_get8x8var);
302 extern prototype_variance2(vp8_variance_get16x16var);
315 typedef prototype_variance2(*vp8_variance2_fn_t);
  /external/libvpx/vp8/encoder/x86/
variance_x86.h 45 extern prototype_variance2(vp8_get8x8var_mmx);
46 extern prototype_variance2(vp8_get16x16var_mmx);
152 extern prototype_variance2(vp8_get8x8var_sse2);
153 extern prototype_variance2(vp8_get16x16var_sse2);

Completed in 109 milliseconds