Lines Matching defs:lx

537     Int lx = video->currVop->width; //  padding
538 Int lx2 = lx << 1;
539 Int lx3 = lx2 + lx;
586 offset[4] = lx + 1;
588 offset[6] = lx + 3;
590 offset[8] = lx;
593 offset[11] = lx + 2 ;
787 Int lx = video->currVop->pitch; /* padding */
840 ncand = ref + imin + jmin * lx;
849 ncand = ref + imin + jmin * lx;
865 ncand = ref + imin + jmin * lx;
883 cand = ref + i + j * lx;
885 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
906 cand = ref + i + j * lx;
907 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
928 ncand = ref + i0 + j0 * lx; /* use (0,0) MV as initial value */
929 mot[mbnum][7].sad = dmin = (*SAD_Macroblock)(ncand, cur, (65535 << 16) | lx, extra_info);
944 // ncand = ref + jmin*lx + imin; /* center of the search */
955 cand = ref + i + j * lx;
965 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
992 cand -= lx;
1003 cand += lx * next;
1019 ncand = ref + i0 + j0 * lx;
1041 //offset = imin + jmin*lx;
1052 ncand = ref + imin + jmin * lx;
1075 ncand = ref + imin + jmin * lx;
1085 dmin = (*SAD_Block)(ncand, cur8, 65536, lx, extra_info);
1096 cand = ref + i + j * lx;
1106 d = (*SAD_Block)(cand, cur8, dmin, lx, extra_info);
1133 if (j <= height - 1 && j > 0) cand -= lx;
1143 cand += lx * next;
1191 Int lx = video->currVop->pitch; /* with padding */
1193 Int offset = i0 + j0 * lx;
1199 dmin = (*SAD_Macroblock)(cand, cur, (65535 << 16) | lx, (void*)extra_info) - PREF_NULL_VEC;
1208 cand = prev + i + j * lx;
1215 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, (void*)extra_info);
1239 cand += lx;
1249 cand -= lx;
1272 Int lx = video->currVop->pitch; /* with padding */
1283 dmin = (*SAD_Block)(ref, cur, 65536, lx, (void*)extra_info);
1292 cand -= (lx + 1); /* candidate region */
1299 d = (*SAD_Block)(cand, cur, dmin, lx, (void*)extra_info);
1324 cand += lx;
1334 cand -= lx;