Searched defs:input_dc (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | dc_only_idct_add_neon.c | 15 void vp8_dc_only_idct_add_neon(int16_t input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_neon()
|
/external/libvpx/libvpx/vp8/common/mips/mmi/ |
D | idctllm_mmi.c | 203 void vp8_dc_only_idct_add_mmi(int16_t input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_mmi()
|
/external/libvpx/libvpx/vp8/common/ |
D | idctllm.c | 105 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_c()
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 204 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_dspr2()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans4_dspr2.c | 243 int16_t input_dc = input[0]; in vpx_idct4x4_1_add_dspr2() local
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 299 void vp8_dc_only_idct_add_msa(int16_t input_dc, uint8_t *pred_ptr, in vp8_dc_only_idct_add_msa()
|