| /external/libaom/libaom/av1/encoder/ |
| D | av1_multi_thread.c | 21 int tile_row, tile_col; in av1_row_mt_mem_alloc() local 53 int tile_row; in av1_row_mt_mem_dealloc() local
|
| D | ethread.c | 250 for (int tile_row = 0; tile_row < tile_rows; tile_row++) { in switch_tile_and_get_next_job() local 327 int tile_row = this_tile->tile_info.tile_row; in enc_row_mt_worker_hook() local 376 int tile_row = t / tile_cols; in enc_worker_hook() local 699 for (int tile_row = 0; tile_row < tile_rows; tile_row++) { in av1_encode_tiles_row_mt() local
|
| D | segmentation.c | 177 int tile_col, tile_row, mi_row, mi_col; in av1_choose_segmap_coding_method() local
|
| D | mv_prec.c | 357 for (int tile_row = 0; tile_row < tile_rows; tile_row++) { in av1_collect_mv_stats() local
|
| D | bitstream.c | 1698 aom_writer *const w, int tile_row, in write_modes() 2234 const int tile_row, const int tile_col, in find_identical_tile() 3197 int tile_row; in remux_tiles() local 3456 int tile_row, tile_col; in write_tiles_in_tg_obus() local
|
| D | level.c | 924 for (int tile_row = 0; tile_row < tile_rows; ++tile_row) { in get_tile_stats() local
|
| D | encodeframe.c | 5012 int tile_col, tile_row; in av1_init_tile_data() local 5040 void av1_encode_sb_row(AV1_COMP *cpi, ThreadData *td, int tile_row, in av1_encode_sb_row() 5076 void av1_encode_tile(AV1_COMP *cpi, ThreadData *td, int tile_row, in av1_encode_tile() 5104 int tile_col, tile_row; in encode_tiles() local
|
| /external/libvpx/libvpx/vp9/encoder/ |
| D | vp9_multi_thread.c | 71 int tile_row, tile_col; in vp9_row_mt_mem_alloc() local 133 int tile_row; in vp9_row_mt_mem_dealloc() local 257 int tile_row = 0; in vp9_prepare_job_queue() local
|
| D | vp9_ethread.c | 50 int tile_row = t / tile_cols; in enc_worker_hook() local 399 int tile_row, tile_col; in first_pass_worker_hook() local 490 int tile_row, tile_col; in temporal_filter_worker_hook() local 569 int tile_row, tile_col; in enc_row_mt_worker_hook() local
|
| D | vp9_bitstream.c | 490 vpx_writer *w, int tile_row, int tile_col, in write_modes() 946 const int tile_row = 0; in encode_tile_worker() local 1065 int tile_row, tile_col; in encode_tiles() local
|
| D | vp9_temporal_filter.c | 998 static void temporal_filter_iterate_tile_c(VP9_COMP *cpi, int tile_row, in temporal_filter_iterate_tile_c() 1020 int tile_row, tile_col; in temporal_filter_iterate_c() local
|
| D | vp9_encodeframe.c | 5726 int tile_col, tile_row; in vp9_init_tile_data() local 5779 void vp9_encode_sb_row(VP9_COMP *cpi, ThreadData *td, int tile_row, in vp9_encode_sb_row() 5811 void vp9_encode_tile(VP9_COMP *cpi, ThreadData *td, int tile_row, in vp9_encode_tile() 5829 int tile_col, tile_row; in encode_tiles() local 6139 int tile_col, tile_row; in restore_encode_params() local
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_set_tiling_vs_gtt.c | 97 int tile_row = i / (TEST_STRIDE * tile_height / 4); variable
|
| /external/libaom/libaom/av1/common/ |
| D | alloccommon.c | 139 for (int tile_row = 0; tile_row < above_contexts->num_tile_rows; tile_row++) { in av1_free_above_context_buffers() local 199 for (int tile_row = 0; tile_row < num_tile_rows; tile_row++) { in av1_alloc_above_context_buffers() local
|
| D | tile_common.h | 30 int tile_row; member
|
| D | thread_common.c | 804 const int tile_row = LR_TILE_ROW; in loop_restoration_row_worker() local
|
| D | av1_common_int.h | 932 int num_planes, int tile_row, in av1_init_above_context() 1251 const int tile_row) { in av1_zero_above_context()
|
| D | restoration.c | 1262 const AV1PixelRect *tile_rect, int tile_row, int tile_col, int tile_cols, in foreach_rest_unit_in_tile()
|
| /external/libaom/libaom/examples/ |
| D | lightfield_bitstream_parsing.c | 82 int tile_row; member
|
| /external/libhevc/decoder/ |
| D | ihevcd_utils.c | 360 WORD32 tile_row, tile_col; in ihevcd_get_tile_pos() local
|
| /external/libaom/libaom/av1/decoder/ |
| D | decodeframe.c | 2706 int tile_row, int tile_col) { in decode_tile() 2763 int tile_row, tile_col; in decode_tiles() local 2908 int tile_row = tile_data->tile_info.tile_row; in tile_worker_hook_init() local 2975 int tile_row = tile_data->tile_info.tile_row; in tile_worker_hook() local 3030 int tile_row = -1; in get_next_job_info() local 3145 int tile_row = tile_info.tile_row; in parse_tile_row_mt() local 3273 int tile_row = next_job_info.tile_row; in row_mt_worker_hook() local 3652 for (int tile_row = tile_rows_start; tile_row < tile_rows_end; ++tile_row) { in row_mt_frame_init() local
|
| D | decoder.h | 70 int tile_row; member
|
| /external/libgav1/libgav1/src/ |
| D | decoder_impl.cc | 1466 for (int tile_row = 0; tile_row < frame_header.tile_info.tile_rows; in DecodeTiles() local
|
| /external/libaom/libaom/av1/ |
| D | av1_dx_iface.c | 780 const int tile_row = AOMMIN(pbi->dec_tile_row, tiles->rows - 1); in decoder_get_frame() local
|
| /external/libvpx/libvpx/vp9/decoder/ |
| D | vp9_decodeframe.c | 2023 int tile_row, tile_col; in decode_tiles() local
|