Lines Matching refs:cur_pic
261 int8_t *ref = h->cur_pic.ref_index[0];
262 int16_t(*mv)[2] = h->cur_pic.motion_val[0];
378 const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
396 topleft_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy - 1] >> 7) & 1) - 1);
397 topright_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy + 1] >> 7) & 1) - 1);
398 top_xy += h->mb_stride & (((h->cur_pic.mb_type[top_xy] >> 7) & 1) - 1);
418 sl->topleft_type = h->cur_pic.mb_type[topleft_xy];
419 sl->top_type = h->cur_pic.mb_type[top_xy];
420 sl->topright_type = h->cur_pic.mb_type[topright_xy];
421 sl->left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]];
422 sl->left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]];
488 int left_typei = h->cur_pic.mb_type[left_xy[LTOP] + h->mb_stride];
610 int8_t *ref = h->cur_pic.ref_index[list];
612 int16_t(*mv)[2] = h->cur_pic.motion_val[list];
829 h->cur_pic.mb_type[mb_xy] = mb_type;
830 h->cur_pic.qscale_table[mb_xy] = sl->qscale;