Searched refs:Round (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
D | omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 135 Round RN 0 label 360 MOV Round, #2 ;// Round = 2 365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round 366 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round 367 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round 368 SMLATB temp4, colOp02, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round 377 SMLABB temp1, colOp10, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round 378 SMLABB temp3, colOp12, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round 379 SMLATB temp2, colOp10, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round 380 SMLATB temp4, colOp12, Scale, Round ;// Temp4 = T(c1w0) * Scale + Round [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
D | omxVCM4P10_TransformDequantLumaDCFromPair.c | 51 int i, Round, Value; in DequantLumaDC4x4() local 64 Round = 1<<(Shift-1); in DequantLumaDC4x4() 68 Value = (pDst[i] * Scale + Round) >> Shift; in DequantLumaDC4x4()
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | numeric.h | 67 static inline vec2i Round(const vec2& v) { in Round() function
|
/frameworks/rs/script_api/ |
D | rs_math.spec | 2947 summary: Round to even 3000 summary: Round away from zero 3002 Round to the nearest integral value.
|
/frameworks/rs/script_api/include/ |
D | rs_math.rsh | 5764 * rint: Round to even 5846 * round: Round away from zero 5848 * Round to the nearest integral value.
|