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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 213 add_proto qw/int vp8_mbuverror/, "struct macroblock *mb";
214 specialize qw/vp8_mbuverror sse2 msa/;
  /external/libvpx/config/generic/
vp8_rtcd.h 115 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 138 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 138 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/x86/
vp8_rtcd.h 168 #define vp8_mbuverror vp8_mbuverror_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 168 #define vp8_mbuverror vp8_mbuverror_sse2 macro
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 720 *distortion = vp8_mbuverror(x) / 4;
739 *distortion = vp8_mbuverror(x) / 4;
777 this_distortion = vp8_mbuverror(x) / 4;
    [all...]

Completed in 374 milliseconds