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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 207 add_proto qw/int vp8_block_error/, "short *coeff, short *dqcoeff";
208 specialize qw/vp8_block_error sse2 msa/;
  /external/libvpx/config/generic/
vp8_rtcd.h 43 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 47 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 47 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/config/x86/
vp8_rtcd.h 59 #define vp8_block_error vp8_block_error_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 59 #define vp8_block_error vp8_block_error_sse2 macro
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 503 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff);
564 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
914 distortion += vp8_block_error(be->coeff, bd->dqcoeff);
    [all...]

Completed in 66 milliseconds