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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c30 unsigned int tile_rows; member in struct:vp9_extracfg
59 0, // tile_rows
195 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
356 oxcf->tile_rows = extra_cfg->tile_rows;
480 MAP(VP9E_SET_TILE_ROWS, extra_cfg.tile_rows);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c787 const int tile_rows = 1 << cm->log2_tile_rows; local
793 assert(tile_rows <= 4);
805 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
807 const int last_tile = tile_row == tile_rows - 1 &&
818 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
822 const int last_tile = tile_row == tile_rows - 1 &&
877 const int tile_rows = 1 << cm->log2_tile_rows; local
884 assert(tile_rows == 1);
885 (void)tile_rows;
1261 const int tile_rows local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c935 const int tile_rows = 1 << cm->log2_tile_rows; local
941 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
951 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
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_onyx_int.h277 int tile_rows; member in struct:__anon1166
H A Dvp9_encodeframe.c3150 const int tile_rows = 1 << cm->log2_tile_rows; local
3152 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c396 static const arg_def_t tile_rows = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,

Completed in 462 milliseconds