Home
last modified time | relevance | path

Searched defs:tile_rows (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c787 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles() local
877 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles_mt() local
1261 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_decode_frame() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c30 unsigned int tile_rows; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c935 const int tile_rows = 1 << cm->log2_tile_rows; local
Dvp9_onyx_int.h277 int tile_rows; member
Dvp9_encodeframe.c3150 const int tile_rows = 1 << cm->log2_tile_rows; in encode_frame_internal() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c396 static const arg_def_t tile_rows = variable