HomeSort by relevance Sort by last modified time
    Searched refs:vp8_block_error (Results 1 - 18 of 18) 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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.pl 493 add_proto qw/int vp8_block_error/, "short *coeff, short *dqcoeff";
494 specialize qw/vp8_block_error mmx sse2/;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
rtcd_defs.pl 478 add_proto qw/int vp8_block_error/, "short *coeff, short *dqcoeff";
479 specialize qw/vp8_block_error mmx sse2/;
  /external/libvpx/generic/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/mips/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 42 #define vp8_block_error vp8_block_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp8_rtcd.h 260 #define vp8_block_error vp8_block_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp8_rtcd.h 260 #define vp8_block_error vp8_block_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp8_rtcd.h 278 #define vp8_block_error vp8_block_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp8_rtcd.h 61 RTCD_EXTERN int (*vp8_block_error)(short *coeff, short *dqcoeff); variable
    [all...]
  /external/libvpx/armv7a/
vp8_rtcd.h 46 #define vp8_block_error vp8_block_error_c macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp8_rtcd.h 300 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 611 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff);
680 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
1064 distortion += vp8_block_error(be->coeff, bd->dqcoeff);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 612 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff);
681 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
1070 distortion += vp8_block_error(be->coeff, bd->dqcoeff);
    [all...]
  /external/libvpx/armv7a-neon/
vp8_rtcd.h 49 #define vp8_block_error vp8_block_error_c macro
  /external/libvpx/x86/
vp8_rtcd.h 59 #define vp8_block_error vp8_block_error_xmm macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp8_rtcd.h 350 #define vp8_block_error vp8_block_error_c macro

Completed in 572 milliseconds