Searched defs:last_tile (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c807 const int last_tile = tile_row == tile_rows - 1 && local
809 const size_t size = get_tile(data_end, last_tile, &cm->error, &data);
822 const int last_tile = tile_row == tile_rows - 1 && local
831 if (last_tile)

Completed in 53 milliseconds