Home
last modified time | relevance | path

Searched refs:PV_ABS (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dchvr_filter.cpp190 if (PV_ABS(a3_0) < (QP << 3)) in CombinedHorzVertRingFilter()
198 A3_0 = PV_ABS(a3_0) - PV_MIN(PV_ABS(a3_1), PV_ABS(a3_2)); in CombinedHorzVertRingFilter()
347 if (PV_ABS(a3_0) < (QP << 3)) in CombinedHorzVertRingFilter()
355 A3_0 = PV_ABS(a3_0) - PV_MIN(PV_ABS(a3_1), PV_ABS(a3_2)); in CombinedHorzVertRingFilter()
Dmb_motion_comp.cpp226 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in MBMotionComp()
227 (((PV_ABS(xsum)) >> 4) << 1)); in MBMotionComp()
233 dy = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in MBMotionComp()
234 (((PV_ABS(xsum)) >> 4) << 1)); in MBMotionComp()
Dderinging_chroma.cpp103 if (PV_ABS(*ptr - sum) > max_diff) in Deringing_Chroma()
169 if (PV_ABS(*ptr - sum) > max_diff) in Deringing_Chroma()
Dmp4def.h41 #define PV_ABS(x) (((x)<0)? -(x) : (x)) macro
Ddcac_prediction.cpp136 if ((PV_ABS((block_A - block_B))) < (PV_ABS((block_B - block_C)))) in doDCACPrediction()
Dvlc_decode.cpp337 diff_vector = ((PV_ABS(vlc_code_mag) - 1) << (f_code - 1)) + residual + 1; in PV_DeScaleMVD()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_est.cpp916 … else if ((d == dmin) && PV_ABS(mvx[k]) + PV_ABS(mvy[k]) < PV_ABS(i0 - imin) + PV_ABS(j0 - jmin)) in MBMotionSearch()
977 … else if ((d == dmin) && PV_ABS(i0 - i) + PV_ABS(j0 - j) < PV_ABS(i0 - imin) + PV_ABS(j0 - jmin)) in MBMotionSearch()
1118PV_ABS(i0 - i) + PV_ABS(j0 - j) < PV_ABS(i0 - imin) + PV_ABS(j0 - jmin)) in MBMotionSearch()
1223 … else if ((d == dmin) && PV_ABS(i0 - i) + PV_ABS(j0 - j) < PV_ABS(i0 - *imin) + PV_ABS(j0 - *jmin)) in fullsearch()
1308PV_ABS(istart - i) + PV_ABS(jstart - j) < PV_ABS(istart - *imin) + PV_ABS(jstart - *jmin)) in fullsearchBlk()
1544 if (PV_ABS(mvx[i] - mvx[j]) + PV_ABS(mvy[i] - mvy[j]) < CANDIDATE_DISTANCE) in CandidateSelection()
Dfindhalfpel.cpp145PV_ABS(mot[0].x + xh) + PV_ABS(mot[0].y + yh) < PV_ABS(mot[0].x + xhmin[0]) + PV_ABS(mot[0].y + yh… in FindHalfPelMB()
Dsad_halfpel.cpp84 sad += PV_ABS(temp); in HalfPel1_SAD_MB()
115 sad += PV_ABS(temp); in HalfPel2_SAD_MB()
158 sad += PV_ABS(temp); in HalfPel1_SAD_Blk()
189 sad += PV_ABS(temp); in HalfPel2_SAD_Blk()
246 sad += PV_ABS(temp); in SAD_MB_HalfPel_Cxhyh()
285 sad += PV_ABS(temp); in SAD_MB_HalfPel_Cyh()
320 sad += PV_ABS(temp); in SAD_MB_HalfPel_Cxh()
805 sad += PV_ABS(temp); in SAD_Blk_HalfPel_C()
834 sad += PV_ABS(temp); in SAD_Blk_HalfPel_C()
Drate_control.cpp638 …if (PV_ABS(prev_counter_diff) >= rc->max_BitVariance_num || PV_ABS(curr_counter_diff) >= rc->max_B… in targetBitCalculation()
737 PV_ABS(prev_mad - curr_mad) > PV_ABS(pMP->pRDSamples[i][0].mad - curr_mad)) in calculateQuantizer_Multipass()
747 …if (PV_ABS(prev_actual_bits - curr_target) > PV_ABS(pMP->pRDSamples[j][i].actual_bits - curr_targe… in calculateQuantizer_Multipass()
Dvlc_encode.cpp919 dquant = (PV_ABS(dquant) + 1); in MBVlcEncodeDataPar_I_VOP()
921 dquant = (PV_ABS(dquant) - 1); in MBVlcEncodeDataPar_I_VOP()
1020 dquant = (PV_ABS(dquant) + 1); in MBVlcEncodeDataPar_P_VOP()
1022 dquant = (PV_ABS(dquant) - 1); in MBVlcEncodeDataPar_P_VOP()
1176 dquant = (PV_ABS(dquant) + 1); in MBVlcEncodeCombined_I_VOP()
1178 dquant = (PV_ABS(dquant) - 1); in MBVlcEncodeCombined_I_VOP()
1296 dquant = (PV_ABS(dquant) + 1); in MBVlcEncodeCombined_P_VOP()
1298 dquant = (PV_ABS(dquant) - 1); in MBVlcEncodeCombined_P_VOP()
2185 if ((PV_ABS(grad_ver)) < (PV_ABS(grad_hor))) in DCACPred()
2421 diff = PV_ABS(QPtmp); in DCACPred()
[all …]
Dmp4def.h113 #define PV_ABS(x) (((x)<0)? -(x) : (x)) macro
Dmotion_comp.cpp173 dx = PV_SIGN(xsum) * (roundtab16[(PV_ABS(xsum)) & 0xF] + in getMotionCompensatedMB()
174 (((PV_ABS(xsum)) >> 4) << 1)); in getMotionCompensatedMB()
175 dy = PV_SIGN(ysum) * (roundtab16[(PV_ABS(ysum)) & 0xF] + in getMotionCompensatedMB()
176 (((PV_ABS(ysum)) >> 4) << 1)); in getMotionCompensatedMB()