Searched refs:tile_cols (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c786 const int tile_cols = 1 << cm->log2_tile_cols; local
794 assert(tile_cols <= (1 << 6));
806 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
808 tile_col == tile_cols - 1;
819 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
820 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1
823 col == tile_cols - 1;
876 const int tile_cols = 1 << cm->log2_tile_cols; local
878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols);
883 assert(tile_cols <
1262 const int tile_cols = 1 << cm->log2_tile_cols; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c934 const int tile_cols = 1 << cm->log2_tile_cols; local
943 tok[tile_row][0] = tok[tile_row - 1][tile_cols - 1] +
944 cpi->tok_count[tile_row - 1][tile_cols - 1];
946 for (tile_col = 1; tile_col < tile_cols; tile_col++)
952 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
958 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1)
966 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) {
H A Dvp9_encodeframe.c3149 const int tile_cols = 1 << cm->log2_tile_cols; local
3153 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c394 static const arg_def_t tile_cols = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,

Completed in 811 milliseconds