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

  /external/chromium_org/third_party/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/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/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 797 int tile_cols, int tile_rows,
802 for (c = 0; c < tile_cols; ++c) {
803 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1);
818 const int tile_cols = 1 << cm->log2_tile_cols; local
826 assert(tile_cols <= (1 << 6));
836 get_tile_buffers(pbi, data, data_end, tile_cols, tile_rows, tile_buffers);
840 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
841 const int col = pbi->inv_tile_order ? tile_cols - tile_col - 1 : tile_col;
843 col == tile_cols - 1;
897 const int tile_cols = 1 << cm->log2_tile_cols local
1309 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_dthread.c 143 const int tile_cols = 1 << cm->log2_tile_cols; local
144 const int num_workers = MIN(pbi->max_threads & ~1, tile_cols);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 784 const int tile_cols = 1 << cm->log2_tile_cols; local
792 assert(tile_cols <= (1 << 6));
804 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
806 tile_col == tile_cols - 1;
817 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
818 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1
821 col == tile_cols - 1;
874 const int tile_cols = 1 << cm->log2_tile_cols; local
876 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols);
881 assert(tile_cols <= (1 << 6))
1268 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_dthread.c 142 const int tile_cols = 1 << cm->log2_tile_cols; local
143 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 786 const int tile_cols = 1 << cm->log2_tile_cols; local
794 assert(tile_cols <= (1 << 6));
806 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
808 tile_col == tile_cols - 1;
819 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
820 const int col = pbi->oxcf.inv_tile_order ? tile_cols - tile_col - 1
823 col == tile_cols - 1;
876 const int tile_cols = 1 << cm->log2_tile_cols; local
878 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols);
883 assert(tile_cols <= (1 << 6))
1262 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_bitstream.c 936 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_encodeframe.c 3082 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 934 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_encodeframe.c 3319 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_bitstream.c 934 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_encodeframe.c 3149 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 357 static const arg_def_t tile_cols = variable
374 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 394 static const arg_def_t tile_cols = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 394 static const arg_def_t tile_cols = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
    [all...]

Completed in 295 milliseconds