Lines Matching defs:index
283 * @param n block index
427 * @param n block index
646 const int index= i4x4 + 4*i8x8 + p*16;
647 if( decode_residual(h, sl, gb, sl->mb + (16*index << pixel_shift),
648 index, scan + 1, h->ps.pps->dequant4_coeff[p][qscale], 15) < 0 ){
668 const int index= i4x4 + 4*i8x8 + p*16;
669 if( decode_residual(h, sl, gb, buf, index, scan8x8+16*i4x4,
678 const int index= i4x4 + 4*i8x8 + p*16;
679 if( decode_residual(h, sl, gb, sl->mb + (16*index << pixel_shift), index,
683 new_cbp |= sl->non_zero_count_cache[scan8[index]] << i8x8;
916 const int index= 4*i + block_width*j;
917 int16_t (* mv_cache)[2]= &sl->mv_cache[list][ scan8[index] ];
918 pred_motion(h, sl, index, block_width, list, sl->ref_cache[list][ scan8[index] ], &mx, &my);
1159 const int index = 16 + 16*chroma_idx + 8*i8x8 + i4x4;
1160 if (decode_residual(h, sl, gb, mb, index, scan + 1, qmul, 15) < 0)