Searched defs:input_dc (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libvpx/vp8/common/arm/neon/ |
H A 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()
|
/aosp_15_r20/external/libvpx/vp8/common/mips/mmi/ |
H A 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()
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A 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()
|
/aosp_15_r20/external/libvpx/vp8/common/mips/dspr2/ |
H A 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()
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | itrans4_dspr2.c | 243 int16_t input_dc = input[0]; in vpx_idct4x4_1_add_dspr2() local
|
/aosp_15_r20/external/libvpx/vp8/common/loongarch/ |
H A D | idct_lsx.c | 148 void vp8_dc_only_idct_add_lsx(int16_t input_dc, uint8_t *pred_ptr, in vp8_dc_only_idct_add_lsx()
|
/aosp_15_r20/external/libvpx/vp8/common/mips/msa/ |
H A 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()
|