/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 165 int tile_rows; member in struct:__anon24005
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 206 static void alloc_tile_storage(VP9D_COMP *pbi, int tile_rows, int tile_cols) { 212 vpx_realloc(pbi->mi_streams, tile_rows * tile_cols * 214 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { 887 const int tile_rows = 1 << cm->log2_tile_rows; local 894 assert(tile_rows <= 4); 906 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { 908 const int last_tile = tile_row == tile_rows - 1 && 919 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { 923 const int last_tile = tile_row == tile_rows - 1 && 978 const int tile_rows = 1 << cm->log2_tile_rows; local 1302 const int tile_rows = 1 << cm->log2_tile_rows; local [all...] |
/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); 331 oxcf->tile_rows = vp8_cfg.tile_rows; 439 MAP(VP9E_SET_TILE_ROWS, xcfg.tile_rows); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_bitstream.c | 1177 const int tile_rows = 1 << cm->log2_tile_rows; local [all...] |
vp9_encodeframe.c | 2001 const int tile_rows = 1 << cm->log2_tile_rows; local [all...] |
vp9_onyx_if.c | [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 539 static const arg_def_t tile_rows = ARG_DEF(NULL, "tile-rows", 1, variable 586 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type, [all...] |