Lines Matching defs:index
121 int index = s->mb_x + s->mb_y * s->mb_width;
123 if (index % 11 == 0) {
124 if (index % 33 == 0)
131 * that's why we need to adjust the x and y index of the macroblocks */
133 s->mb_x = index % 11;
134 index /= 11;
135 s->mb_y = index % 3;
136 index /= 3;
137 s->mb_x += 11 * (index % 2);
138 index /= 2;
139 s->mb_y += 3 * index;
177 * @param n block index (0-3 are luma, 4-5 are chroma)
349 const int index= UNI_ENC_INDEX(last, run, slevel+64);
353 len_tab[index]= 100;
361 if(code!=rl->n && len < len_tab[index]){
362 len_tab [index]= len;
369 if(len < len_tab[index]){
370 len_tab [index]= len;