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

  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 35 int (*vp8_block_error)(short *coeff, short *dqcoeff); variable
154 vp8_block_error = vp8_block_error_ppc;
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 470 prototype int vp8_block_error "short *coeff, short *dqcoeff"
471 specialize vp8_block_error mmx sse2
  /external/libvpx/armv7a/
vpx_rtcd.h 295 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/generic/
vpx_rtcd.h 255 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/mips/
vpx_rtcd.h 255 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 273 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 610 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff);
679 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
1063 distortion += vp8_block_error(be->coeff, bd->dqcoeff);
    [all...]
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 345 #define vp8_block_error vp8_block_error_c macro
    [all...]

Completed in 578 milliseconds