Searched defs:input_dc (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
H A Ddc_only_idct_add_neon.c14 int16_t input_dc,
20 uint16_t a1 = ((input_dc + 4) >> 3);
13 vp8_dc_only_idct_add_neon( int16_t input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Ddc_only_idct_add_neon.c14 int16_t input_dc,
20 uint16_t a1 = ((input_dc + 4) >> 3);
13 vp8_dc_only_idct_add_neon( int16_t input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Didctllm.c112 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, argument
116 int a1 = ((input_dc + 4) >> 3);
/external/libvpx/libvpx/vp8/common/
H A Didctllm.c112 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, argument
116 int a1 = ((input_dc + 4) >> 3);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
218 /* a1 = ((input_dc + 4) >> 3); */
220 "addi %[a1], %[input_dc], 4 \n\t"
223 : [input_dc] "r" (input_dc)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c256 int16_t input_dc = input[0]; local
266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Didctllm_dspr2.c212 void vp8_dc_only_idct_add_dspr2(short input_dc, unsigned char *pred_ptr, int pred_stride, unsigned char *dst_ptr, int dst_stride) argument
218 /* a1 = ((input_dc + 4) >> 3); */
220 "addi %[a1], %[input_dc], 4 \n\t"
223 : [input_dc] "r" (input_dc)
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c256 int16_t input_dc = input[0]; local
266 out = DCT_CONST_ROUND_SHIFT_TWICE_COSPI_16_64(input_dc);

Completed in 288 milliseconds