Searched refs:tile_cols (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/bench/
H A Dtile_analyze.py144 [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/
H A Dtile_analyze.py144 [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/
H A Dvp9_decodeframe.c817 int tile_cols, int tile_rows,
822 for (c = 0; c < tile_cols; ++c) {
823 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1);
838 const int tile_cols = 1 << cm->log2_tile_cols; local
868 assert(tile_cols <= (1 << 6));
878 get_tile_buffers(pbi, data, data_end, tile_cols, tile_rows, tile_buffers);
881 (tile_cols * tile_rows) != pbi->total_tiles) {
886 vpx_memalign(32, tile_cols * tile_rows * (sizeof(*pbi->tile_data))));
887 pbi->total_tiles = tile_rows * tile_cols;
892 for (tile_col = 0; tile_col < tile_cols;
815 get_tile_buffers(VP9Decoder *pbi, const uint8_t *data, const uint8_t *data_end, int tile_cols, int tile_rows, TileBuffer (*tile_buffers)[1 << 6]) argument
1002 const int tile_cols = 1 << cm->log2_tile_cols; local
1456 const int tile_cols = 1 << cm->log2_tile_cols; local
[all...]
H A Dvp9_dthread.c144 const int tile_cols = 1 << cm->log2_tile_cols; local
145 const int num_workers = MIN(pbi->max_threads & ~1, tile_cols);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c784 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 <
1268 const int tile_cols = 1 << cm->log2_tile_cols; local
[all...]
H A Dvp9_dthread.c142 const int tile_cols = 1 << cm->log2_tile_cols; local
143 const int num_workers = MIN(pbi->oxcf.max_threads & ~1, tile_cols);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_bitstream.c924 const int tile_cols = 1 << cm->log2_tile_cols; local
933 tok[tile_row][0] = tok[tile_row - 1][tile_cols - 1] +
934 cpi->tok_count[tile_row - 1][tile_cols - 1];
936 for (tile_col = 1; tile_col < tile_cols; tile_col++)
942 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
948 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1)
956 if (tile_col < tile_cols - 1 || tile_row < tile_rows - 1) {
H A Dvp9_encodeframe.c3253 const int tile_cols = 1 << cm->log2_tile_cols; local
3259 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c934 const int tile_cols = 1 << cm->log2_tile_cols; local
943 tok[tile_row][0] = tok[tile_row - 1][tile_cols - 1] +
944 cpi->tok_count[tile_row - 1][tile_cols - 1];
946 for (tile_col = 1; tile_col < tile_cols; tile_col++)
952 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
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_encodeframe.c3319 const int tile_cols = 1 << cm->log2_tile_cols; local
3323 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c376 static const arg_def_t tile_cols = variable
419 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
/external/libvpx/libvpx/
H A Dvpxenc.c394 static const arg_def_t tile_cols = variable
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,

Completed in 842 milliseconds