Searched refs:input_dc (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
H A Ddc_only_idct_add_neon.c15 void vp8_dc_only_idct_add_neon(int16_t input_dc, unsigned char *pred_ptr, argument
19 uint16_t a1 = ((input_dc + 4) >> 3);
/external/libvpx/libvpx/vp8/common/
H A Didct_blk.c17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred,
H A Didctllm.c105 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, argument
108 int a1 = ((input_dc + 4) >> 3);
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c204 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, argument
211 /* a1 = ((input_dc + 4) >> 3); */
213 "addi %[a1], %[input_dc], 4 \n\t"
216 : [input_dc] "r"(input_dc));
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans4_dspr2.c243 int16_t input_dc = input[0]; local
251 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);
/external/libvpx/libvpx/vp8/common/x86/
H A Didctllm_mmx.asm222 ;short input_dc,
235 movd mm5, arg(0) ;input_dc
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Didct_msa.c299 void vp8_dc_only_idct_add_msa(int16_t input_dc, uint8_t *pred_ptr, argument
302 idct4x4_addconst_msa(input_dc, pred_ptr, pred_stride, dst_ptr, dst_stride);

Completed in 2224 milliseconds