Searched refs:allocated_tiles (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h313 int allocated_tiles; // Keep track of memory allocated for tiles. member in struct:VP9_COMP
H A Dvp9_encodeframe.c3790 if (cpi->tile_data == NULL || cpi->allocated_tiles < tile_cols * tile_rows) {
3795 cpi->allocated_tiles = tile_cols * tile_rows;

Completed in 100 milliseconds