/external/libvpx/libvpx/vp8/encoder/ |
encodemb.h | 23 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc,
|
encodeintra.c | 130 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer,
|
encodemb.c | 33 void vp8_subtract_mbuv(short *diff, unsigned char *usrc, unsigned char *vsrc, function 54 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer,
|
rdopt.c | 846 vp8_subtract_mbuv(x->src_diff, 866 vp8_subtract_mbuv(x->src_diff, 907 vp8_subtract_mbuv(x->src_diff, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
csystemdependent.c | 48 void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, unsigned char *pred, int stride); variable 159 vp8_subtract_mbuv = vp8_subtract_mbuv_ppc;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
encodeintra.c | 128 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer,
|
encodemb.c | 102 vp8_subtract_mbuv(x->src_diff, x->src.u_buffer,
|
rdopt.c | 845 vp8_subtract_mbuv(x->src_diff, 864 vp8_subtract_mbuv(x->src_diff, 905 vp8_subtract_mbuv(x->src_diff, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
rtcd_defs.pl | 498 add_proto qw/void vp8_subtract_mbuv/, "short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride"; 499 specialize qw/vp8_subtract_mbuv mmx sse2 media neon/;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
vp8_rtcd.h | 275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
vp8_rtcd.h | 275 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
vp8_rtcd.h | 293 #define vp8_subtract_mbuv vp8_subtract_mbuv_c macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
vp8_rtcd.h | 431 RTCD_EXTERN void (*vp8_subtract_mbuv)(short *diff, unsigned char *usrc, unsigned char *vsrc, int src_stride, unsigned char *upred, unsigned char *vpred, int pred_stride); variable [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
vp8_rtcd.h | 318 #define vp8_subtract_mbuv vp8_subtract_mbuv_armv6 macro
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
vp8_rtcd.h | 371 #define vp8_subtract_mbuv vp8_subtract_mbuv_neon macro
|