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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 201 add_proto qw/int vp8_mbuverror/, "struct macroblock *mb";
202 specialize qw/vp8_mbuverror sse2 msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 111 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 111 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 111 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 122 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 111 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 134 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 134 #define vp8_mbuverror vp8_mbuverror_c macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 138 #define vp8_mbuverror vp8_mbuverror_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 138 #define vp8_mbuverror vp8_mbuverror_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 167 #define vp8_mbuverror vp8_mbuverror_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 167 #define vp8_mbuverror vp8_mbuverror_sse2 macro
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 718 *distortion = vp8_mbuverror(x) / 4;
737 *distortion = vp8_mbuverror(x) / 4;
775 this_distortion = vp8_mbuverror(x) / 4;
    [all...]

Completed in 396 milliseconds