Home
last modified time | relevance | path

Searched refs:b2 (Results 1 – 25 of 26) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Ddct.c68 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()
Dblock.h162 void (*quantize_b_pair)(BLOCK *b1, BLOCK *b2, BLOCKD *d0, BLOCKD *d1);
Dquantize.c305 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/
Diwalsh_v6.asm60 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]
Dsimpleloopfilter_v6.asm18 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
Dloopfilter_v6.asm20 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/
Dvp8_shortwalsh4x4_neon.asm71 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
Dfastquantizeb_neon.asm23 ;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/
Didctllm.c145 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()
Drtcd_defs.pl460 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/
Didctllm_altivec.asm77 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/
Dloopfilter_sse2.asm704 … 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 …]
Dloopfilter_block_sse2.asm407 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/
Didctllm_dspr2.c286 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/
Dbmpx8x.cxx66 b2 = i2cReadReg_16 (BMP085_CAL_B2); in BMPX8X()
84 X1 = ((int32_t)b2 * ( (B6 * B6)>>12 )) >> 11; in getPressure()
Dbmpx8x.h181 int16_t ac1, ac2, ac3, b1, b2, mb, mc, md; variable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
Dwalsh_v6.asm86 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/
Dvariance_test.cc66 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/
Dfdct_altivec.asm54 ;# 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/
Dvp8_rtcd.h244 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/
Dvp8_rtcd.h244 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/
Dvp8_rtcd.h330 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/
Dvp8_rtcd.h262 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/
Dvp8_rtcd.h284 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/
Dscale.c2849 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()

12