Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/arm/armv6/
Ddc_only_idct_add_v6.asm14 ;void vp8_dc_only_idct_add_v6(short input_dc, unsigned char *pred_ptr,
16 ; r0 input_dc
25 add r0, r0, #4 ; input_dc += 4
29 and r0, r12, r0, asr #3 ; input_dc >> 3 + mask
/external/libvpx/vp8/common/arm/neon/
Ddc_only_idct_add_neon.asm17 ;void vp8_dc_only_idct_add_neon(short input_dc, unsigned char *pred_ptr,
19 ; r0 input_dc
Dshortidct4x4llm_1_neon.asm44 ;void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
45 ; r0 short input_dc;
/external/libvpx/vp8/common/ppc/
Dsystemdependent.c21 void (*vp8_dc_only_idct)(short input_dc, short *output, int pitch);
92 extern void vp8_dc_only_idct_c(short input_dc, short *output, int pitch);
/external/libvpx/vp8/common/
Didctllm.c107 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr, unsigned char *dst_ptr, int pi… in vp8_dc_only_idct_add_c() argument
109 int a1 = ((input_dc + 4) >> 3); in vp8_dc_only_idct_add_c()
/external/libvpx/vp8/common/x86/
Didctllm_mmx.asm223 ;void vp8_dc_only_idct_add_mmx(short input_dc, unsigned char *pred_ptr, unsigned char *dst_ptr, int…
240 movd mm5, arg(0) ;input_dc
/external/libvpx/vp8/decoder/
Didct_blk.c20 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,