/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | idct_blk_mmx.c | 16 extern void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q); 21 short *dq = (short *) d->dqcoeff; in vp8_dequantize_b_mmx() local 23 vp8_dequantize_b_impl_mmx(sq, dq, DQC); in vp8_dequantize_b_mmx() 27 (short *q, short *dq, in vp8_dequant_idct_add_y_block_mmx() argument 35 vp8_dequant_idct_add_mmx (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_mmx() 38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_mmx() 43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride); in vp8_dequant_idct_add_y_block_mmx() 46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride, in vp8_dequant_idct_add_y_block_mmx() 52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_mmx() 55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride, in vp8_dequant_idct_add_y_block_mmx() [all …]
|
D | idct_blk_sse2.c | 15 (short *q, short *dq , 18 (short *q, short *dq , 22 (short *q, short *dq, in vp8_dequant_idct_add_y_block_sse2() argument 32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_sse2() 34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_sse2() 39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_sse2() 41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_sse2() 50 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_sse2() argument 56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_sse2() 58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_sse2() [all …]
|
D | dequantize_mmx.asm | 15 ;void vp8_dequantize_b_impl_mmx(short *sq, short *dq, short *q) 26 mov rdi, arg(1) ;dq 55 ;short *dq, 1 68 mov rdx, arg(1) ;dq
|
D | mfqe_sse2.asm | 277 dq 0, 128 279 dq 128, 0
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | idct_blk_neon.c | 17 void idct_dequant_full_2x_neon(short *q, short *dq, 19 void idct_dequant_0_2x_neon(short *q, short dq, 23 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, in vp8_dequant_idct_add_y_block_neon() argument 34 idct_dequant_full_2x_neon (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_neon() 36 idct_dequant_0_2x_neon (q, dq[0], dst, stride); in vp8_dequant_idct_add_y_block_neon() 42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_neon() 44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride); in vp8_dequant_idct_add_y_block_neon() 52 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, in vp8_dequant_idct_add_uv_block_neon() argument 60 idct_dequant_full_2x_neon (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_neon() 62 idct_dequant_0_2x_neon (q, dq[0], dstu, stride); in vp8_dequant_idct_add_uv_block_neon() [all …]
|
D | dequant_idct_neon.c | 18 int16_t *dq, in vp8_dequant_idct_add_neon() argument 39 q5 = vld1q_s16(dq); in vp8_dequant_idct_add_neon() 40 dq += 8; in vp8_dequant_idct_add_neon() 41 q6 = vld1q_s16(dq); in vp8_dequant_idct_add_neon()
|
D | idct_dequant_full_2x_neon.asm | 18 ;void idct_dequant_full_2x_neon(short *q, short *dq, 21 ; r1 *dq, 25 vld1.16 {q0, q1}, [r1] ; dq (same l/r) 43 ; dequant: q[i] = q[i] * dq[i]
|
D | idct_dequant_0_2x_neon.asm | 17 ;void idct_dequant_0_2x_neon(short *q, short dq, 20 ; r1 dq
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | idct_blk_v6.c | 15 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, in vp8_dequant_idct_add_y_block_v6() argument 24 vp8_dequant_idct_add_v6 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_v6() 27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_v6() 32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride); in vp8_dequant_idct_add_y_block_v6() 35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride); in vp8_dequant_idct_add_y_block_v6() 40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_v6() 43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride); in vp8_dequant_idct_add_y_block_v6() 48 vp8_dequant_idct_add_v6 (q+48, dq, dst+12, stride); in vp8_dequant_idct_add_y_block_v6() 51 vp8_dc_only_idct_add_v6 (q[48]*dq[0], dst+12, stride,dst+12,stride); in vp8_dequant_idct_add_y_block_v6() 61 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, in vp8_dequant_idct_add_uv_block_v6() argument [all …]
|
D | dequant_idct_v6.asm | 13 ;void vp8_dequant_idct_v6(short *input, short *dq, 16 ; r1 = dq 24 ldr r5, [r1], #4 ;dq 36 ldr r5, [r1], #4 ;dq
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idct_blk.c | 15 void vp8_dequant_idct_add_c(short *input, short *dq, 22 (short *q, short *dq, in vp8_dequant_idct_add_y_block_c() argument 32 vp8_dequant_idct_add_c (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_c() 35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_c() 48 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_c() argument 58 vp8_dequant_idct_add_c (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_c() 61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_c() 77 vp8_dequant_idct_add_c (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c() 80 vp8_dc_only_idct_add_c (q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
|
D | dequantize.c | 29 void vp8_dequant_idct_add_c(short *input, short *dq, in vp8_dequant_idct_add_c() argument 36 input[i] = dq[i] * input[i]; in vp8_dequant_idct_add_c()
|
D | rtcd_defs.pl | 35 add_proto qw/void vp8_dequant_idct_add/, "short *input, short *dq, unsigned char *output, int strid… 40 add_proto qw/void vp8_dequant_idct_add_y_block/, "short *q, short *dq, unsigned char *dst, int stri… 45 add_proto qw/void vp8_dequant_idct_add_uv_block/, "short *q, short *dq, unsigned char *dst_u, unsig…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 17 (short *q, short *dq, in vp8_dequant_idct_add_y_block_dspr2() argument 27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride); in vp8_dequant_idct_add_y_block_dspr2() 30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_dspr2() 43 (short *q, short *dq, in vp8_dequant_idct_add_uv_block_dspr2() argument 53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2() 56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2() 72 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2() 75 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
|
D | dequantize_dspr2.c | 17 void vp8_dequant_idct_add_dspr2(short *input, short *dq, in vp8_dequant_idct_add_dspr2() argument 24 input[i] = dq[i] * input[i]; in vp8_dequant_idct_add_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 73 dqv = dq[1]; \ 83 int16_t *dqcoeff, TX_SIZE tx_size, const int16_t *dq, in decode_coefs() argument 103 int16_t dqv = dq[0]; in decode_coefs() 118 dqv = dq[1]; in decode_coefs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 33 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 34 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride); 35 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride); 38 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 39 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eob… 40 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *e… 43 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_… 44 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst… 45 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *d…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 32 void vp8_dequant_idct_add_dspr2(short *input, short *dq, unsigned char *output, int stride); 35 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 36 void vp8_dequant_idct_add_y_block_dspr2(short *q, short *dq, unsigned char *dst, int stride, char *… 39 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_… 40 void vp8_dequant_idct_add_uv_block_dspr2(short *q, short *dq, unsigned char *dst_u, unsigned char *…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 32 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 33 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride); 36 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 37 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eob… 40 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_… 41 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 103 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 104 void vp8_dequant_idct_add_mmx(short *input, short *dq, unsigned char *output, int stride); 105 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride… 107 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_… 108 void vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dst_u, unsigned char *ds… 109 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dst_u, unsigned char *d… 110 RTCD_EXTERN void (*vp8_dequant_idct_add_uv_block)(short *q, short *dq, unsigned char *dst_u, unsign… 112 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 113 void vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *dst, int stride, char *eo… 114 void vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *e… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 34 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 37 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 31 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 34 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs… 37 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | quantize.c | 186 int dq; in vp8_strict_quantize_b_c() local 192 dq = dequant_ptr[rc]; in vp8_strict_quantize_b_c() 193 rounding = dq >> 1; in vp8_strict_quantize_b_c() 198 if (x >= dq) in vp8_strict_quantize_b_c() 206 dqcoeff_ptr[rc] = x * dq; in vp8_strict_quantize_b_c()
|