HomeSort by relevance Sort by last modified time
    Searched refs:rnd_fact (Results 1 - 5 of 5) sorted by null

  /external/libavc/common/
ih264_iquant_itrans_recon.c 126 WORD16 rnd_fact = (u4_qp_div_6 < 4) ? 1 << (3 - u4_qp_div_6) : 0; local
133 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact,
139 INV_QUANT(q2, pu2_iscal_mat[2], pu2_weigh_mat[2], u4_qp_div_6, rnd_fact,
146 INV_QUANT(q1, pu2_iscal_mat[1], pu2_weigh_mat[1], u4_qp_div_6, rnd_fact,
150 INV_QUANT(q3, pu2_iscal_mat[3], pu2_weigh_mat[3], u4_qp_div_6, rnd_fact,
229 WORD16 rnd_fact = (u4_qp_div_6 < 4) ? 1 << (3 - u4_qp_div_6) : 0; local
235 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact, 4);
344 WORD32 rnd_fact = (qp_div < 6) ? (1 << (5 - qp_div)) : 0; local
354 INV_QUANT(q, pu2_iscale_mat[i], pu2_weigh_mat[i], qp_div, rnd_fact, 6);
567 WORD32 rnd_fact = (qp_div < 6) ? (1 << (5 - qp_div)) : 0 local
702 WORD16 rnd_fact = (u4_qp_div_6 < 4) ? 1 << (3 - u4_qp_div_6) : 0; local
    [all...]
ih264_ihadamard_scaling.c 99 WORD32 rnd_fact = (u4_qp_div_6 < 6) ? (1 << (5 - u4_qp_div_6)) : 0; local
150 rnd_fact, 6);
  /external/libavc/common/x86/
ih264_resi_trans_quant_sse42.c 115 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); local
270 temp0 = _mm_add_epi32(temp0,rnd_fact);
271 temp1 = _mm_add_epi32(temp1,rnd_fact);
272 temp2 = _mm_add_epi32(temp2,rnd_fact);
273 temp3 = _mm_add_epi32(temp3,rnd_fact);
389 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); local
553 temp0 = _mm_add_epi32(temp0,rnd_fact);
554 temp1 = _mm_add_epi32(temp1,rnd_fact);
555 temp2 = _mm_add_epi32(temp2,rnd_fact);
556 temp3 = _mm_add_epi32(temp3,rnd_fact);
681 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); local
909 __m128i rnd_fact = _mm_set1_epi32(u4_round_factor); local
    [all...]
ih264_iquant_itrans_recon_dc_ssse3.c 115 WORD16 i_macro, rnd_fact = (u4_qp_div_6 < 4) ? 1 << (3 - u4_qp_div_6) : 0; local
125 INV_QUANT(q0, pu2_iscal_mat[0], pu2_weigh_mat[0], u4_qp_div_6, rnd_fact, 4);
240 WORD16 i_macro, rnd_fact = (qp_div < 6) ? 1 << (5 - qp_div) : 0; local
252 INV_QUANT(q0, pu2_iscale_mat[0], pu2_weigh_mat[0], qp_div, rnd_fact, 6);
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_a9.s 136 add r6, r6, #8 @(pi2_src[0]*pu2_iscal_mat[0]*pu2_weigh_mat[0])<<u4_qp_div_6 + rnd_fact
137 asr r6, r6, #4 @q0 = (pi2_src[0]*pu2_iscal_mat[0]*pu2_weigh_mat[0] + rnd_fact)<<(u4_qp_div_6-4)
255 add r6, r6, #32 @(pi2_src[0]*pu2_iscal_mat[0]*pu2_weigh_mat[0])<<u4_qp_div_6 + rnd_fact
256 asr r6, r6, #6 @q0 = (pi2_src[0]*pu2_iscal_mat[0]*pu2_weigh_mat[0] + rnd_fact)<<(u4_qp_div_6-4)

Completed in 165 milliseconds