Searched refs:input_dc (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | dc_only_idct_add_v6.asm | 14 ;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/ |
D | idct8x8_add_neon.asm | 47 ; 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 …]
|
D | idct16x16_add_neon.asm | 1101 ; dct_const_round_shift(input_dc * cospi_16_64)
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | dc_only_idct_add_neon.c | 14 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/ |
D | idctllm_dspr2.c | 212 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/ |
D | idctllm.c | 113 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()
|
D | idct_blk.c | 17 void vp8_dc_only_idct_add_c(short input_dc, unsigned char * pred,
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans4_dspr2.c | 251 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/ |
D | idctllm_mmx.asm | 222 ;short input_dc, 235 movd mm5, arg(0) ;input_dc
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 318 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()
|