Home | History | Annotate | Download | only in src

Lines Matching defs:idx

177     int block_x, i, j, k, idx, iCbCr;
210 idx = zz_scan[coeffNum] << 2;
211 /* idx = ((idx>>2)<<6) + ((idx&3)<<2); */
212 block[idx] = level[i];
245 block[idx] should be assigned with level[k].
248 then addition with block[idx], then this quantization
259 idx = zz_scan[coeffNum];
260 block[idx] = (level[k] * dequant_coefres[Rq][coeffNum]) << Qq ;
328 idx = zz_scan[coeffNum];
329 block[idx] = (level[k] * dequant_coefres[Rq][coeffNum]) << Qq;