Home
last modified time | relevance | path

Searched refs:vp8_dc_only_idct_add_c (Results 1 – 9 of 9) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Didct_blk.c17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred,
35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_c()
61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_c()
80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
Didctllm.c112 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_c() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Ddc_only_idct_add_v6.asm14 ;void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h73 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h73 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h83 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h87 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h101 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h95 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, …
543 vp8_dc_only_idct_add = vp8_dc_only_idct_add_c; in setup_rtcd_internal()