Searched refs:input_dc (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp8/common/arm/armv6/ |
D | dc_only_idct_add_v6.asm | 14 ;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/ |
D | dc_only_idct_add_neon.asm | 17 ;void vp8_dc_only_idct_add_neon(short input_dc, unsigned char *pred_ptr, 19 ; r0 input_dc
|
D | shortidct4x4llm_1_neon.asm | 44 ;void vp8_dc_only_idct_c(short input_dc, short *output, int pitch); 45 ; r0 short input_dc;
|
/external/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 21 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/ |
D | idctllm.c | 107 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/ |
D | idctllm_mmx.asm | 223 ;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/ |
D | idct_blk.c | 20 void vp8_dc_only_idct_add_c(short input_dc, unsigned char *pred_ptr,
|