Searched defs:j0 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_f16_math.c83 short i0, j0; local
86 j0 = ((i0 >> 10) & 0x1f) - 15; // exponent of x
87 if (j0 < 10) {
88 if (j0 < 0) { // No integral part
93 i = 0x03ff >> j0; // mask to check fractional parts of x
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_est.cpp76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess)
815 jlow = j0 - range;
818 jhigh = j0 + range - 1;
830 jlow = j0 - range;
833 jhigh = j0 + range - 1;
839 jmin = j0; /* needed for fullsearch */
853 mot[mbnum][0].y = (jmin - j0) << 1;
861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1)
871 CandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >>
770 MBMotionSearch(VideoEncData *video, UChar *cur, UChar *best_cand[], Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess) argument
1187 Int j0 = *jmin; local
[all...]

Completed in 124 milliseconds