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

  /external/libvpx/vp8/encoder/x86/
variance_x86.h 116 #undef vp8_variance_get8x8var macro
117 #define vp8_variance_get8x8var vp8_get8x8var_mmx macro
222 #undef vp8_variance_get8x8var macro
223 #define vp8_variance_get8x8var vp8_get8x8var_sse2 macro
  /external/libvpx/vp8/encoder/
variance.h 294 #ifndef vp8_variance_get8x8var
295 #define vp8_variance_get8x8var vp8_get8x8var_c macro
297 extern prototype_variance2(vp8_variance_get8x8var);

Completed in 32 milliseconds