/external/libaom/libaom/av1/encoder/ |
D | av1_multi_thread.c | 21 int tile_row, tile_col; in av1_row_mt_mem_alloc() local 52 int tile_col; in av1_row_mt_mem_dealloc() local
|
D | ethread.c | 235 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in switch_tile_and_get_next_job() local 312 int tile_col = this_tile->tile_info.tile_col; in enc_row_mt_worker_hook() local 365 int tile_col = t % tile_cols; in enc_worker_hook() local 667 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_encode_tiles_row_mt() local
|
D | segmentation.c | 175 int tile_col, tile_row, mi_row, mi_col; in av1_choose_segmap_coding_method() local
|
D | level.c | 396 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in get_tile_stats() local
|
D | encodeframe.c | 4942 int tile_col, tile_row; in av1_alloc_tile_data() local 4968 int tile_col, tile_row; in av1_init_tile_data() local 4997 int tile_col, int mi_row) { in av1_encode_sb_row() 5033 int tile_col) { in av1_encode_tile() 5066 int tile_col, tile_row; in encode_tiles() local
|
D | bitstream.c | 1682 aom_writer *const w, int tile_row, int tile_col) { in write_modes() 2188 const int tile_row, const int tile_col, in find_identical_tile() 3165 int tile_col; in remux_tiles() local 3411 int tile_row, tile_col; in write_tiles_in_tg_obus() local
|
D | encoder.c | 4173 for (int tile_col = 0; tile_col < cm->tile_cols; tile_col++) { in finalize_encoded_frame() local
|
D | encoder.h | 1182 static INLINE void get_start_tok(AV1_COMP *cpi, int tile_row, int tile_col, in get_start_tok()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_multi_thread.c | 71 int tile_row, tile_col; in vp9_row_mt_mem_alloc() local 131 int tile_col; in vp9_row_mt_mem_dealloc() local 236 int tile_col, i; in vp9_prepare_job_queue() local 304 int tile_col; in vp9_get_tiles_proc_status() local
|
D | vp9_ethread.c | 51 int tile_col = 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_segmentation.c | 207 int i, tile_col, mi_row, mi_col; in vp9_choose_segmap_coding_method() local
|
D | vp9_bitstream.c | 485 vpx_writer *w, int tile_row, int tile_col, in write_modes() 984 int tile_col = 0; in encode_tiles_mt() local 1060 int tile_row, tile_col; in encode_tiles() local
|
D | vp9_temporal_filter.c | 941 int tile_col) { in temporal_filter_iterate_tile_c() 962 int tile_row, tile_col; in temporal_filter_iterate_c() local
|
D | vp9_encodeframe.c | 5543 int tile_col, tile_row; in vp9_init_tile_data() local 5597 int tile_col, int mi_row) { in vp9_encode_sb_row() 5627 int tile_col) { in vp9_encode_tile() 5644 int tile_col, tile_row; in encode_tiles() local 5850 int tile_col, tile_row; in restore_encode_params() local
|
D | vp9_encoder.h | 975 static INLINE void get_start_tok(VP9_COMP *cpi, int tile_row, int tile_col, in get_start_tok()
|
/external/libaom/libaom/av1/common/ |
D | tile_common.h | 29 int tile_col; member
|
D | thread_common.c | 798 const int tile_col = LR_TILE_COL; in loop_restoration_row_worker() local
|
D | resize.c | 1220 TileInfo tile_col; in av1_upscale_normative_rows() local
|
D | restoration.c | 1245 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 | 81 int tile_col; 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 | 3089 int tile_col) { in decode_tile() 3145 int tile_row, tile_col; in decode_tiles() local 3291 int tile_col = tile_data->tile_info.tile_col; in tile_worker_hook_init() local 3357 int tile_col = tile_data->tile_info.tile_col; in tile_worker_hook() local 3412 int tile_col = -1; in get_next_job_info() local 3655 int tile_col = next_job_info.tile_col; in row_mt_worker_hook() local 4028 for (int tile_col = tile_cols_start; tile_col < tile_cols_end; ++tile_col) { in row_mt_frame_init() local
|
D | decoder.h | 72 int tile_col; member
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 813 const int tile_col = AOMMIN(pbi->dec_tile_col, cm->tile_cols - 1); in decoder_get_frame() local
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1699 int tile_row, tile_col; in decode_tiles() local
|