/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_multi_thread.c | 80 int tile_row, tile_col; in vp9_row_mt_mem_alloc() local 133 int tile_col; in vp9_row_mt_mem_dealloc() local 245 int tile_col, i; in vp9_prepare_job_queue() local 313 int tile_col; in vp9_get_tiles_proc_status() local
|
H A D | vp9_ethread.c | 54 int tile_col = t % tile_cols; in enc_worker_hook() local 425 int tile_row, tile_col; in first_pass_worker_hook() local 516 int tile_row, tile_col; in temporal_filter_worker_hook() local 595 int tile_row, tile_col; in enc_row_mt_worker_hook() local
|
H A D | vp9_bitstream.c | 492 int tile_col, unsigned int *const max_mv_magnitude, in write_modes() 1011 int tile_col = 0; in encode_tiles_mt() local 1109 int tile_row, tile_col; in encode_tiles() local
|
H A D | vp9_segmentation.c | 248 int i, tile_col, mi_row, mi_col; in vp9_choose_segmap_coding_method() local
|
H A D | vp9_temporal_filter.c | 1201 int tile_col) { in temporal_filter_iterate_tile_c() 1222 int tile_row, tile_col; in temporal_filter_iterate_c() local
|
H A D | vp9_encodeframe.c | 5849 int tile_col, tile_row; in vp9_init_tile_data() local 5908 int tile_col, int mi_row) { in vp9_encode_sb_row() 5943 int tile_col) { in vp9_encode_tile() 5960 int tile_col, tile_row; in encode_tiles() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encodeframe.c | 1309 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in av1_alloc_tile_data() local 1323 int tile_col, tile_row; in av1_init_tile_data() local 1380 int tile_row, int tile_col, int mi_row, in get_token_start() 1400 int tile_col, int mi_row, in populate_token_count() 1432 int tile_col, int mi_row) { in av1_encode_sb_row() 1451 int tile_col) { in av1_encode_tile() 1491 int tile_col, tile_row; in encode_tiles() local
|
H A D | ethread.c | 247 int tile_col, tile_row; in row_mt_mem_alloc() local 282 int tile_col, tile_row; in av1_row_mt_mem_dealloc() local 342 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in switch_tile_and_get_next_job() local 419 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in set_firstpass_encode_done() local 567 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in set_encoding_done() local 694 const int tile_col = tile_info->tile_col; in enc_row_mt_worker_hook() local 785 int tile_col = t % tile_cols; in enc_worker_hook() local 1958 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_encode_tiles_row_mt() local 2037 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_fp_encode_tiles_row_mt() local
|
H A D | bitstream.c | 1717 const int tile_row, int tile_col, in get_token_pointers() 1733 int tile_row, int tile_col) { in write_modes() 2279 const int tile_row, const int tile_col, in find_identical_tile() 3307 int tile_col; in remux_tiles() local 3697 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in write_large_scale_tile_obu() local 3844 int tile_col = pack_bs_params->tile_col; in av1_pack_tile_info() local 3979 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in write_tile_obu() local
|
H A D | bitstream.h | 61 int tile_col; // Number of tile columns member
|
H A D | mv_prec.c | 356 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_collect_mv_stats() local
|
H A D | encoder_utils.c | 1214 for (int tile_col = 0; tile_col < cm->tiles.cols; tile_col++) { in av1_finalize_encoded_frame() local
|
H A D | level.c | 1131 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in get_tile_stats() local
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | decode.c | 2430 const int tile_row, const int tile_col, in setup_tile() 2602 const int tile_row = ts->tiling.row, tile_col = ts->tiling.col; in dav1d_decode_tile_sbrow() local 2811 for (int tile_col = 0; tile_col < f->frame_hdr->tiling.cols; tile_col++) { in dav1d_decode_frame_init() local 2835 for (int tile_col = 0; tile_col < f->frame_hdr->tiling.cols; tile_col++) { in dav1d_decode_frame_init() local 3152 int tile_row = 0, tile_col = 0; in dav1d_decode_frame_init_cdf() local 3225 for (int tile_col = 0; tile_col < f->frame_hdr->tiling.cols; tile_col++) { in dav1d_decode_frame_main() local
|
H A D | refmvs.h | 95 } tile_col, tile_row; member
|
H A D | lf_apply_tmpl.c | 334 for (int tile_col = 1;; tile_col++) { in bytefn() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | tile_common.h | 33 int tile_col; member
|
H A D | resize.c | 1129 TileInfo tile_col; in av1_upscale_normative_rows() local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodeframe.c | 2720 int tile_row, int tile_col) { in decode_tile() 2780 int tile_row, tile_col; in decode_tiles() local 2933 int tile_col = tile_data->tile_info.tile_col; in tile_worker_hook_init() local 3002 int tile_col = tile_data->tile_info.tile_col; in tile_worker_hook() local 3056 int tile_col = -1; in get_next_job_info() local 3305 int tile_col = next_job_info.tile_col; in row_mt_worker_hook() local 3699 for (int tile_col = tile_cols_start; tile_col < tile_cols_end; ++tile_col) { in row_mt_frame_init() local
|
H A D | decoder.h | 136 int tile_col; member
|
/aosp_15_r20/external/libaom/examples/ |
H A D | lightfield_bitstream_parsing.c | 81 int tile_col; member
|
/aosp_15_r20/external/libaom/test/ |
H A D | tile_config_test.cc | 194 int tile_col_idx, tile_col = 0; in HandleDecodeResult() local
|
/aosp_15_r20/external/libhevc/decoder/ |
H A D | ihevcd_utils.c | 360 WORD32 tile_row, tile_col; in ihevcd_get_tile_pos() local
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decoder.h | 91 int tile_col; member
|
/aosp_15_r20/external/libaom/av1/ |
H A D | av1_dx_iface.c | 895 const int tile_col = AOMMIN(pbi->dec_tile_col, tiles->cols - 1); in decoder_get_frame() local 1128 for (int tile_col = 1; tile_col <= tile_cols; tile_col++) { in ctrl_get_tile_info() local
|