Lines Matching defs:index
1635 int index[64];
1674 index[coeff_count++] = last; \
1682 index[coeff_count++] = last;\
1686 coeff_count = decode_significance_8x8(CC, significant_coeff_ctx_base, index,
1692 coeff_count = decode_significance(CC, max_coeff, significant_coeff_ctx_base, index,
1726 int j= scantable[index[--coeff_count]]; \
1888 const int index = 16*p + i4x4;
1889 decode_cabac_residual_nondc(h, sl, sl->mb + (16*index << pixel_shift), ctx_cat[1][p], index, scan + 1, qmul, 15);
1899 const int index = 16*p + 4*i8x8;
1900 decode_cabac_residual_nondc(h, sl, sl->mb + (16*index << pixel_shift), ctx_cat[3][p], index,
1905 const int index = 16*p + 4*i8x8 + i4x4;
1906 decode_cabac_residual_nondc(h, sl, sl->mb + (16*index << pixel_shift), ctx_cat[2][p], index, scan, qmul, 16);
2178 const int index= 4*i + block_width*j;
2179 int16_t (* mv_cache)[2] = &sl->mv_cache[list][ scan8[index] ];
2180 uint8_t (* mvd_cache)[2]= &sl->mvd_cache[list][ scan8[index] ];
2181 pred_motion(h, sl, index, block_width, list, sl->ref_cache[list][ scan8[index] ], &mx, &my);
2182 DECODE_CABAC_MB_MVD(sl, list, index)
2456 const int index = 16 + 16 * c + 8*i8x8 + i;
2457 decode_cabac_residual_nondc(h, sl, mb, 4, index, scan + 1, qmul, 15);
2479 const int index = 16 + 16 * c + i;
2480 decode_cabac_residual_nondc(h, sl, sl->mb + (16*index << pixel_shift), 4, index, scan + 1, qmul, 15);