Searched refs:coeffs (Results 1 - 10 of 10) sorted by path

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dsixtappredict16x16_neon.asm37 ; filter coeffs to make them u8. Then, use vmlsl for negtive coeffs. After multiplication,
40 ; negtive number. To avoid that error, apply filter coeffs in the order of 0, 1, 4 ,5 ,2,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Didctllm_sse2.asm44 ; clear coeffs
115 ; special case when 2 blocks have 0 or 1 coeffs
133 ; Clear out coeffs
370 ; special case when 2 blocks have 0 or 1 coeffs
447 ; special case when 2 blocks have 0 or 1 coeffs
465 ; Clear out coeffs
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/
H A Dvp8_fast_quantize_b_armv6.asm39 mov r1, #0 ; flags for quantized coeffs
75 orrne r1, r1, r2, lsr #24 ; add flag for nonzero coeffs
85 orrne r1, r1, r2, lsr #23 ; add flag for nonzero coeffs
107 cmp r1, #0 ; coeffs after quantization?
H A Dvp8_short_fdct4x4_armv6.asm25 ; coeffs 0-3
56 ; coeffs 4-7
81 ; coeffs 8-11
106 ; coeffs 12-15
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
H A Dfdct_altivec.asm54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_quantize_ssse3.asm65 ; get DC and first 15 AC coeffs
/hardware/intel/img/hwcomposer/ips/common/
H A DOverlayPlaneBase.cpp891 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; local
924 coeffs[i][j] = rawCoeff[pos] / sum;
931 setCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos);
933 setCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos);
945 sum += coeffs[i][j];
950 coeffs[i][tap2Fix] += diff;
953 setCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
955 setCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);
959 sum += coeffs[i][j];
/hardware/intel/img/psb_video/src/
H A Dpsb_overlay.c334 double rawCoeff[MAX_TAPS * 32], coeffs[N_PHASES][MAX_TAPS]; local
367 coeffs[i][j] = rawCoeff[pos] / sum;
374 SetCoeffRegs(&coeffs[i][j], mantSize + 2, pCoeff, pos);
376 SetCoeffRegs(&coeffs[i][j], mantSize, pCoeff, pos);
388 sum += coeffs[i][j];
393 coeffs[i][tap2Fix] += diff;
396 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize + 2, pCoeff, pos);
398 SetCoeffRegs(&coeffs[i][tap2Fix], mantSize, pCoeff, pos);
402 sum += coeffs[i][j];
1236 /* coeffs defau
[all...]
H A Dpsb_texture.c553 /* check whether we need to update coeffs */
564 /* prepare coeffs if needed */
568 sBltVP.psYUVCoeffs = (PPVR2D_YUVCOEFFS) & texture_priv->coeffs;
723 psb_transform_coeffs coeffs, transfer_matrix; local
724 memset(&coeffs, 0, sizeof(psb_transform_coeffs));
745 psb_transform_sathuecoeffs(&coeffs,
754 RGB_offset, coeffs.rY, coeffs.rCb, coeffs.rCr,
760 &pPriv->coeffs
[all...]
H A Dpsb_texture.h103 psb_coeffs_s coeffs; member in struct:psb_texture_s

Completed in 479 milliseconds