Home
last modified time | relevance | path

Searched refs:vp8_subtract_mbuv (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pre… variable
159 vp8_subtract_mbuv = vp8_subtract_mbuv_ppc; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodeintra.c128 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer, in vp8_encode_intra16x16mbuv()
Dencodemb.c102 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer, in vp8_subtract_mb()
Drdopt.c845 vp8_subtract_mbuv(x->src_diff, in rd_inter16x16_uv()
864 vp8_subtract_mbuv(x->src_diff, in rd_inter4x4_uv()
905 vp8_subtract_mbuv(x->src_diff, in rd_pick_intra_mbuv_mode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h431 RTCD_EXTERN void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, int sr… variable
794 vp8_subtract_mbuv = vp8_subtract_mbuv_c; in setup_rtcd_internal()
795 if (flags & HAS_MMX) vp8_subtract_mbuv = vp8_subtract_mbuv_mmx; in setup_rtcd_internal()
796 if (flags & HAS_SSE2) vp8_subtract_mbuv = vp8_subtract_mbuv_sse2; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h293 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h318 #define vp8_subtract_mbuv vp8_subtract_mbuv_armv6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h371 #define vp8_subtract_mbuv vp8_subtract_mbuv_neon macro