Searched refs:mb_index_j (Results 1 – 1 of 1) sorted by relevance
153 int mb_index_j= (b_x>>is_luma) + (b_y>>is_luma)*s->mb_stride; in guess_dc() local154 int error_j= s->error_status_table[mb_index_j]; in guess_dc()155 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); in guess_dc()166 int mb_index_j= (b_x>>is_luma) + (b_y>>is_luma)*s->mb_stride; in guess_dc() local167 int error_j= s->error_status_table[mb_index_j]; in guess_dc()168 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); in guess_dc()181 int mb_index_j= (b_x>>is_luma) + (b_y>>is_luma)*s->mb_stride; in guess_dc() local182 int error_j= s->error_status_table[mb_index_j]; in guess_dc()183 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]); in guess_dc()194 int mb_index_j= (b_x>>is_luma) + (b_y>>is_luma)*s->mb_stride; in guess_dc() local[all …]