| /external/libvpx/vp9/encoder/ |
| D | vp9_multi_thread.c | 72 int tile_row, tile_col; in vp9_row_mt_mem_alloc() local 132 int tile_col; in vp9_row_mt_mem_dealloc() local 237 int tile_col, i; in vp9_prepare_job_queue() local 305 int tile_col; in vp9_get_tiles_proc_status() local
|
| D | vp9_ethread.c | 53 int tile_col = t % tile_cols; in enc_worker_hook() local 421 int tile_row, tile_col; in first_pass_worker_hook() local 512 int tile_row, tile_col; in temporal_filter_worker_hook() local 591 int tile_row, tile_col; in enc_row_mt_worker_hook() local
|
| D | vp9_bitstream.c | 491 int tile_col, unsigned int *const max_mv_magnitude, in write_modes() 988 int tile_col = 0; in encode_tiles_mt() local 1064 int tile_row, tile_col; in encode_tiles() local
|
| D | vp9_segmentation.c | 248 int i, tile_col, mi_row, mi_col; in vp9_choose_segmap_coding_method() local
|
| D | vp9_temporal_filter.c | 999 int tile_col) { in temporal_filter_iterate_tile_c() 1020 int tile_row, tile_col; in temporal_filter_iterate_c() local
|
| D | vp9_encodeframe.c | 5792 int tile_col, tile_row; in vp9_init_tile_data() local 5851 int tile_col, int mi_row) { in vp9_encode_sb_row() 5886 int tile_col) { in vp9_encode_tile() 5903 int tile_col, tile_row; in encode_tiles() local 6192 int tile_col, tile_row; in restore_encode_params() local
|
| /external/libaom/av1/common/ |
| D | tile_common.h | 32 int tile_col; member
|
| D | thread_common.c | 706 const int tile_col = LR_TILE_COL; in loop_restoration_row_worker() local
|
| D | resize.c | 1294 TileInfo tile_col; in av1_upscale_normative_rows() local
|
| D | restoration.c | 1262 const PixelRect *tile_rect, int tile_row, int tile_col, int tile_cols, in foreach_rest_unit_in_tile()
|
| /external/libaom/av1/encoder/ |
| D | bitstream.h | 56 int tile_col; // Number of tile columns member
|
| D | encodeframe.c | 1234 int tile_col, tile_row; in av1_init_tile_data() local 1291 int tile_row, int tile_col, int mi_row, in get_token_start() 1311 int tile_row, int tile_col, in populate_token_count() 1343 int tile_col, int mi_row) { in av1_encode_sb_row() 1362 int tile_col) { in av1_encode_tile() 1400 int tile_col, tile_row; in encode_tiles() local
|
| D | ethread.c | 237 int tile_col, tile_row; in row_mt_mem_alloc() local 275 int tile_col, tile_row; in av1_row_mt_mem_dealloc() local 334 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in switch_tile_and_get_next_job() local 540 const int tile_col = tile_info->tile_col; in enc_row_mt_worker_hook() local 612 int tile_col = t % tile_cols; in enc_worker_hook() local 1714 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_encode_tiles_row_mt() local 1785 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_fp_encode_tiles_row_mt() local
|
| D | bitstream.c | 1708 const int tile_row, int tile_col, in get_token_pointers() 1725 int tile_col) { in write_modes() 2247 const int tile_row, const int tile_col, in find_identical_tile() 3253 int tile_col; in remux_tiles() local 3586 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in write_large_scale_tile_obu() local 3729 int tile_col = pack_bs_params->tile_col; in av1_pack_tile_info() local 3859 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in write_tile_obu() local
|
| D | mv_prec.c | 357 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_collect_mv_stats() local
|
| D | encoder_utils.c | 1147 for (int tile_col = 0; tile_col < cm->tiles.cols; tile_col++) { in av1_finalize_encoded_frame() local
|
| D | level.c | 1111 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in get_tile_stats() local
|
| D | firstpass.c | 1083 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in first_pass_tiles() local
|
| /external/libaom/examples/ |
| D | lightfield_bitstream_parsing.c | 81 int tile_col; member
|
| /external/libaom/test/ |
| D | tile_config_test.cc | 194 int tile_col_idx, tile_col = 0; in HandleDecodeResult() local
|
| /external/libhevc/decoder/ |
| D | ihevcd_utils.c | 360 WORD32 tile_row, tile_col; in ihevcd_get_tile_pos() local
|
| /external/libvpx/vp9/decoder/ |
| D | vp9_decoder.h | 90 int tile_col; member
|
| /external/libaom/av1/decoder/ |
| D | decodeframe.c | 2678 int tile_row, int tile_col) { in decode_tile() 2738 int tile_row, tile_col; in decode_tiles() local 2890 int tile_col = tile_data->tile_info.tile_col; in tile_worker_hook_init() local 2959 int tile_col = tile_data->tile_info.tile_col; in tile_worker_hook() local 3013 int tile_col = -1; in get_next_job_info() local 3264 int tile_col = next_job_info.tile_col; in row_mt_worker_hook() local 3662 for (int tile_col = tile_cols_start; tile_col < tile_cols_end; ++tile_col) { in row_mt_frame_init() local
|
| D | decoder.h | 136 int tile_col; member
|
| /external/libaom/av1/ |
| D | av1_dx_iface.c | 854 const int tile_col = AOMMIN(pbi->dec_tile_col, tiles->cols - 1); in decoder_get_frame() local 1094 for (int tile_col = 1; tile_col <= tile_cols; tile_col++) { in ctrl_get_tile_info() local
|