Home | History | Annotate | Download | only in src

Lines Matching refs:j0

956                        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
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 * lx;
1071 if (video->PrevRefFrameNum == 0 && j0 == 0 && i0 <= 64 && type_pred != 1)
1087 j = j0 + mvy[0];
1094 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1113 j = j0 + mvy[k];
1119 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1159 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);
1209 mot16x16[mbnum].y = (jmin - j0) << 2;
1215 min_sad = AVCFindHalfPelMB(encvid, cur, mot16x16 + mbnum, best_cand[0], i0, j0, *hp_guess, cmvx, cmvy);
1235 ref = currPic->Sl + i0 + j0 * lx;
1270 int j0 = *jmin;
1275 int offset = i0 + j0 * lx;
1295 j = j0 - k;
1305 mvcost = MV_COST(lambda_motion, mvshift, i - i0, j - j0, cmvx, cmvy);