HomeSort by relevance Sort by last modified time
    Searched refs:tile_cols (Results 1 - 5 of 5) sorted by null

  /external/skia/bench/
tile_analyze.py 144 [tile_cols, tile_rows] = [int(i) for i in layout.split('x')]
152 matrix = [[0 for y in range(tile_cols)] for x in range(truncated_tile_rows)]
153 for y in range(min(viewport_cols, tile_cols)):
155 matrix[x][y] = values[x * tile_cols + y]
156 viewport_tile_sum += values[x * tile_cols + y]
  /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 *
215 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
218 pbi->mi_streams[tile_row * tile_cols + tile_col] =
771 const int tile_cols = 1 << pbi->common.log2_tile_cols; local
772 xd->mi_stream = pbi->mi_streams[tile_row * tile_cols + tile_col];
886 const int tile_cols = 1 << cm->log2_tile_cols; local
895 assert(tile_cols <= (1 << 6));
907 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
909 tile_col == tile_cols - 1
977 const int tile_cols = 1 << cm->log2_tile_cols; local
1303 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 1176 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_encodeframe.c 2000 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 537 static const arg_def_t tile_cols = ARG_DEF(NULL, "tile-columns", 1, variable
586 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]

Completed in 129 milliseconds