/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | dct.c | 68 int a2, b2, c2, d2; in vp8_short_walsh4x4_c() local 99 b2 = b1 + c1; in vp8_short_walsh4x4_c() 104 b2 += b2<0; in vp8_short_walsh4x4_c() 109 op[4] = (b2+3) >> 3; in vp8_short_walsh4x4_c()
|
D | block.h | 162 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
|
D | quantize.c | 305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) in vp8_regular_quantize_b_pair() argument 308 vp8_regular_quantize_b(b2, d2); in vp8_regular_quantize_b_pair() 311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2) in vp8_fast_quantize_b_pair_c() argument 314 vp8_fast_quantize_b_c(b2, d2); in vp8_fast_quantize_b_pair_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | iwalsh_v6.asm | 60 qaddsubx r2, r10, r11 ; [b2|c2] [c1+d1 | a1-b1] 63 qaddsubx r4, r12, lr ; [b2|c2] [c1+d1 | a1-b1] 66 qadd16 r2, r2, r10 ; [b2+3|c2+3] 68 qadd16 r4, r4, r10 ; [b2+3|c2+3] 98 qaddsubx r6, r2, r3 ; [b2|c2] [c1+d1 | a1-b1] 100 qaddsubx r8, r4, r5 ; [b2|c2] [c1+d1 | a1-b1] 103 qadd16 r6, r6, r10 ; [b2+3|c2+3] 105 qadd16 r8, r8, r10 ; [b2+3|c2+3]
|
D | simpleloopfilter_v6.asm | 18 TRANSPOSE_MATRIX $a0, $a1, $a2, $a3, $b0, $b1, $b2, $b3 19 ; input: $a0, $a1, $a2, $a3; output: $b0, $b1, $b2, $b3 24 ; b3 b2 b1 b0 29 uxtb16 $b2, $a2 ; xx 22 xx 20 31 orr $b3, $b2, $b3, lsl #8 ; 32 22 30 20 40 pkhtb $b2, $b3, $b1, asr #16 ; 32 22 12 02 -- p1
|
D | loopfilter_v6.asm | 20 TRANSPOSE_MATRIX $a0, $a1, $a2, $a3, $b0, $b1, $b2, $b3 21 ; input: $a0, $a1, $a2, $a3; output: $b0, $b1, $b2, $b3 26 ; b3 b2 b1 b0 31 uxtb16 $b2, $a2 ; xx 22 xx 20 33 orr $b3, $b2, $b3, lsl #8 ; 32 22 30 20 42 pkhtb $b2, $b3, $b1, asr #16 ; 32 22 12 02 -- p1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | vp8_shortwalsh4x4_neon.asm | 71 vadd.s32 q1, q11, q10 ; b2 = b1 + c1 82 vsub.s32 q1, q1, q9 ; b2 += b2 < 0 87 vadd.s32 q9, q1, q15 ; b2 + 3
|
D | fastquantizeb_neon.asm | 23 ;vp8_fast_quantize_b_pair_neon(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 145 int a2, b2, c2, d2; in vp8_short_inv_walsh4x4_c() local 175 b2 = c1 + d1; in vp8_short_inv_walsh4x4_c() 180 op[1] = (b2 + 3) >> 3; in vp8_short_inv_walsh4x4_c()
|
D | rtcd_defs.pl | 460 add_proto qw/void vp8_regular_quantize_b_pair/, "struct block *b1, struct block *b2, struct blockd … 463 add_proto qw/void vp8_fast_quantize_b_pair/, "struct block *b1, struct block *b2, struct blockd *d1…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | idctllm_altivec.asm | 77 vmrglw v6, v0, v1 ;# a2 b2 a3 b3 83 vperm v2, v6, v7, v10 ;# a2 b2 c2 d2 130 vmrglh v3, v0, v1 ;# b0 d0 b1 d1 b2 d2 b3 d3 133 vmrglh v1, v2, v3 ;# a2 b2 c2 d2 a3 b3 c3 d3
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_sse2.asm | 704 … movq xmm5, [rdi+2*rax] ; xx xx xx xx xx xx xx xx b7 b6 b5 b4 b3 b2 b1 b0 711 … punpcklbw xmm0, xmm5 ; b7 a7 b6 a6 b5 a5 b4 a4 b3 a3 b2 a2 b1 a1 b0 a0 727 … punpcklwd xmm5, xmm0 ; b3 a3 93 83 b2 a2 92 82 b1 a1 91 81 b0 a0 90 80 734 … punpckhdq xmm5, xmm1 ; f3 e3 d3 c3 b3 a3 93 83 f2 e2 d2 c2 b2 a2 92 82 752 … punpcklqdq xmm2, xmm5 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02 875 ; xmm1 = f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02 879 … movdqa xmm2, xmm1 ; f2 e2 d2 c2 b2 a2 92 82 72 62 52 42 32 22 12 02 883 … punpckhbw xmm1, xmm6 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82 893 … movdqa xmm5, xmm1 ; f3 f2 e3 e2 d3 d2 c3 c2 b3 b2 a3 a2 93 92 83 82 895 … punpcklwd xmm1, xmm3 ; b5 b4 b3 b2 a5 a4 a3 a2 95 94 93 92 85 84 83 82 [all …]
|
D | loopfilter_block_sse2.asm | 407 punpckhdq xmm7, xmm3 ; 82 92 a2 b2 c2 d2 e2 f2 644 punpckhdq xmm7, xmm3 ; 82 92 a2 b2 c2 d2 e2 f2
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 286 int a2, b2, c2, d2; in vp8_short_inv_walsh4x4_dspr2() local 321 b2 = d1 + c1; in vp8_short_inv_walsh4x4_dspr2() 326 op[1] = b2 >> 3; in vp8_short_inv_walsh4x4_dspr2()
|
/hardware/bsp/intel/peripheral/libupm/src/bmpx8x/ |
D | bmpx8x.cxx | 66 b2 = i2cReadReg_16 (BMP085_CAL_B2); in BMPX8X() 84 X1 = ((int32_t)b2 * ( (B6 * B6)>>12 )) >> 11; in getPressure()
|
D | bmpx8x.h | 181 int16_t ac1, ac2, ac3, b1, b2, mb, mc, md; variable
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | walsh_v6.asm | 86 adds r2, r11, r12 ; b2 = b1_0 + c1_0 113 adds r9, r3, r5 ; b2 = b1_3 + c1_3 148 adds r9, r3, r7 ; b2 = b1_1 + c1_1 184 adds r9, r12, r8 ; b2 = b1_2 + c1_2
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 66 const int b2 = ref[(w + 1) * (y + 1) + x + 1]; in subpel_variance_ref() local 68 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref() 180 const int b2 = ref[(w + 1) * (y + 1) + x + 1]; in subpel_avg_variance_ref() local 182 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_avg_variance_ref()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3. 62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 244 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct bl… 247 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 244 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct bl… 247 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 330 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct bl… 333 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block… 334 void vp8_fast_quantize_b_pair_neon(struct block *b1, struct block *b2, struct blockd *d1, struct bl…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 262 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct bl… 265 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 284 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct bl… 287 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct block…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | scale.c | 2849 uint8 b2 = (t[2] * 1 + t[3] * 3 + 2) >> 2; in ScaleRowDown34_0_Int_C() local 2852 d[2] = (a2 * 3 + b2 + 2) >> 2; in ScaleRowDown34_0_Int_C() 2875 uint8 b2 = (t[2] * 1 + t[3] * 3 + 2) >> 2; in ScaleRowDown34_1_Int_C() local 2878 d[2] = (a2 + b2 + 1) >> 1; in ScaleRowDown34_1_Int_C()
|