Home
last modified time | relevance | path

Searched refs:mi_row_end (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_tile_common.h21 int mi_row_start, mi_row_end; member
Dvp9_tile_common.c26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows); in vp9_tile_init()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c693 for (mi_row = tile->mi_row_start; mi_row < tile->mi_row_end; in decode_tile()
711 if (mi_row + MI_BLOCK_SIZE >= tile->mi_row_end) continue; in decode_tile()
844 for (mi_row = tile->mi_row_start; mi_row < tile->mi_row_end; in tile_worker_hook()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1349 int row8x8_remaining = tile->mi_row_end - mi_row; in set_fixed_partitioning()
1932 int row8x8_remaining = tile->mi_row_end - mi_row; in rd_auto_partition_range()
3160 mi_row < tile.mi_row_end; mi_row += MI_BLOCK_SIZE) { in encode_frame_internal()
Dvp9_bitstream.c477 for (mi_row = tile->mi_row_start; mi_row < tile->mi_row_end; in write_modes()