Home
last modified time | relevance | path

Searched refs:input_dc (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/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,
17 ; r0 input_dc
26 add r0, r0, #4 ; input_dc += 4
29 and r0, r12, r0, asr #3 ; input_dc >> 3 + mask
/external/libvpx/libvpx/vpx_dsp/arm/
Didct8x8_add_neon.asm47 ; dct_const_round_shift(input_dc * cospi_16_64)
51 ; dct_const_round_shift(input_dc * cospi_16_64)
71 ; dct_const_round_shift(input_dc * cospi_16_64)
78 ; dct_const_round_shift(input_dc * cospi_16_64)
101 ; dct_const_round_shift(input_dc * cospi_16_64)
105 ; dct_const_round_shift(input_dc * cospi_16_64)
126 ; dct_const_round_shift(input_dc * cospi_16_64)
130 ; dct_const_round_shift(input_dc * cospi_16_64)
164 ; dct_const_round_shift(input_dc * cospi_16_64)
168 ; dct_const_round_shift(input_dc * cospi_16_64)
[all …]
Didct16x16_add_neon.asm1101 ; dct_const_round_shift(input_dc * cospi_16_64)
/external/libvpx/libvpx/vp8/common/arm/neon/
Ddc_only_idct_add_neon.c14 int16_t input_dc, in vp8_dc_only_idct_add_neon() argument
20 uint16_t a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_neon()
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Didctllm_dspr2.c212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned … in vp8_dc_only_idct_add_dspr2() argument
223 : [input_dc] "r" (input_dc) in vp8_dc_only_idct_add_dspr2()
/external/libvpx/libvpx/vp8/common/
Didctllm.c113 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, in vp8_dc_only_idct_add_c() argument
117 int a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_c()
Didct_blk.c17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred,
/external/libvpx/libvpx/vpx_dsp/mips/
Ditrans4_dspr2.c251 int16_t input_dc = input[0]; in vpx_idct4x4_1_add_dspr2() local
261 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc); in vpx_idct4x4_1_add_dspr2()
/external/libvpx/libvpx/vp8/common/x86/
Didctllm_mmx.asm222 ;short input_dc,
235 movd mm5, arg(0) ;input_dc
/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c318 void vp8_dc_only_idct_add_msa(int16_t input_dc, uint8_t *pred_ptr, in vp8_dc_only_idct_add_msa() argument
322 idct4x4_addconst_msa(input_dc, pred_ptr, pred_stride, dst_ptr, dst_stride); in vp8_dc_only_idct_add_msa()