Home
last modified time | relevance | path

Searched defs: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
876 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt() local
1262 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_decode_frame() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c934 const int tile_cols = 1 << cm->log2_tile_cols; local
Dvp9_encodeframe.c3149 const int tile_cols = 1 << cm->log2_tile_cols; in encode_frame_internal() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c394 static const arg_def_t tile_cols = variable