Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c786 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles() local
794 assert(tile_cols <= (1 << 6)); in decode_tiles()
806 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { in decode_tiles()
808 tile_col == tile_cols - 1; in decode_tiles()
819 for (tile_col = 0; tile_col < tile_cols; ++tile_col) { in decode_tiles()
820 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1 in decode_tiles()
823 col == tile_cols - 1; in decode_tiles()
876 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt() local
878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols); in decode_tiles_mt()
883 assert(tile_cols <= (1 << 6)); in decode_tiles_mt()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
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) {
Dvp9_encodeframe.c3149 const int tile_cols = 1 << cm->log2_tile_cols; in encode_frame_internal() local
3153 for (tile_col = 0; tile_col < tile_cols; tile_col++) { in encode_frame_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c394 static const arg_def_t tile_cols = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,