/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 160 int tile_rows; member in struct:__anon23076
|
/external/skia/bench/ |
tile_analyze.py | 144 [tile_cols, tile_rows] = [int(i) for i in layout.split('x')] 149 truncated_tile_rows = min(tile_rows, MAX_TILE_ROWS)
|
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 31 unsigned int tile_rows; member in struct:vp9_extracfg 59 0, /* tile_rows */ 191 RANGE_CHECK(vp8_cfg, tile_rows, 0, 2); 330 oxcf->tile_rows = vp8_cfg.tile_rows; 438 MAP(VP9E_SET_TILE_ROWS, xcfg.tile_rows); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 670 const int tile_rows = 1 << cm->log2_tile_rows; local 687 for (tile_row = 0; tile_row < tile_rows; tile_row++) { 702 for (tile_row = 0; tile_row < tile_rows; tile_row++) { 710 if (tile_row == tile_rows - 1 && tile_col == tile_cols - 1) 718 for (tile_row = 0; tile_row < tile_rows; tile_row++) { 725 has_more = tile_col < tile_cols - 1 || tile_row < tile_rows - 1; [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 1259 const int tile_rows = 1 << cm->log2_tile_rows; local [all...] |
vp9_encodeframe.c | 2263 const int tile_rows = 1 << cm->log2_tile_rows; local [all...] |
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 1112 static const arg_def_t tile_rows = ARG_DEF(NULL, "tile-rows", 1, variable [all...] |