Home
last modified time | relevance | path

Searched refs:last_mb_row (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c305 int last_mb_row = start_mb_row; in mt_decode_mb_rows() local
345 last_mb_row = mb_row; in mt_decode_mb_rows()
614 if (last_mb_row == (pc->mb_rows - 1)) in mt_decode_mb_rows()
/hardware/intel/img/psb_video/src/
Dtng_VP8.c987 uint32_t last_mb_row = ((ctx->pic_params->frame_height + 15) / 16) - 1; in tng__VP8_set_slice_param() local
988 …unsigned int pic_last_mb_xy = (last_mb_row << 8) | (((ctx->pic_params->frame_width + 15) / 16) - 1… in tng__VP8_set_slice_param()