Searched refs:last_mb_row (Results 1 – 2 of 2) sorted by relevance
305 int last_mb_row = start_mb_row; in mt_decode_mb_rows() local345 last_mb_row = mb_row; in mt_decode_mb_rows()614 if (last_mb_row == (pc->mb_rows - 1)) in mt_decode_mb_rows()
987 uint32_t last_mb_row = ((ctx->pic_params->frame_height + 15) / 16) - 1; in tng__VP8_set_slice_param() local988 …unsigned int pic_last_mb_xy = (last_mb_row << 8) | (((ctx->pic_params->frame_width + 15) / 16) - 1… in tng__VP8_set_slice_param()