Searched defs:j0 (Results 1 - 3 of 3) 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...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp956 int i0, int j0, int type_pred, int FS_en, int *hp_guess)
1032 jlow = j0 - range;
1033 if (j0 - jlow > MaxVmvR[lev_idx] - 1) /* clip to conform with the standard */
1035 jlow = j0 - MaxVmvR[lev_idx] + 1;
1042 jhigh = j0 + range - 1;
1043 if (jhigh - j0 > MaxVmvR[lev_idx] - 1) /* clip to conform with the standard */
1045 jhigh = j0 + MaxVmvR[lev_idx] - 1;
1053 AVCCandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >> 4, encvid, type_pred, &cmvx, &cmvy);
1056 jmin = j0; /* needed for fullsearch */
1057 ncand = ref + i0 + j0 * l
955 AVCMBMotionSearch(AVCEncObject *encvid, uint8 *cur, uint8 *best_cand[], int i0, int j0, int type_pred, int FS_en, int *hp_guess) argument
1270 int j0 = *jmin; local
[all...]

Completed in 135 milliseconds