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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 195 add_proto qw/int vp8_block_error/, "short *coeff, short *dqcoeff";
196 specialize qw/vp8_block_error sse2 msa/;
  /external/libvpx/config/arm/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 46 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 46 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 47 #define vp8_block_error vp8_block_error_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 47 #define vp8_block_error vp8_block_error_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 58 #define vp8_block_error vp8_block_error_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 58 #define vp8_block_error vp8_block_error_sse2 macro
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 501 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff);
562 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
913 distortion += vp8_block_error(be->coeff, bd->dqcoeff);
    [all...]

Completed in 48 milliseconds