Home
last modified time | relevance | path

Searched defs:tile_col (Results 1 – 25 of 29) sorted by relevance

12

/external/libvpx/vp9/encoder/
Dvp9_multi_thread.c72 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
Dvp9_ethread.c53 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
Dvp9_bitstream.c491 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
Dvp9_segmentation.c248 int i, tile_col, mi_row, mi_col; in vp9_choose_segmap_coding_method() local
Dvp9_temporal_filter.c999 int tile_col) { in temporal_filter_iterate_tile_c()
1020 int tile_row, tile_col; in temporal_filter_iterate_c() local
Dvp9_encodeframe.c5792 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/
Dtile_common.h32 int tile_col; member
Dthread_common.c706 const int tile_col = LR_TILE_COL; in loop_restoration_row_worker() local
Dresize.c1294 TileInfo tile_col; in av1_upscale_normative_rows() local
Drestoration.c1262 const PixelRect *tile_rect, int tile_row, int tile_col, int tile_cols, in foreach_rest_unit_in_tile()
/external/libaom/av1/encoder/
Dbitstream.h56 int tile_col; // Number of tile columns member
Dencodeframe.c1234 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
Dethread.c237 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
Dbitstream.c1708 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
Dmv_prec.c357 for (int tile_col = 0; tile_col < tile_cols; tile_col++) { in av1_collect_mv_stats() local
Dencoder_utils.c1147 for (int tile_col = 0; tile_col < cm->tiles.cols; tile_col++) { in av1_finalize_encoded_frame() local
Dlevel.c1111 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in get_tile_stats() local
Dfirstpass.c1083 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in first_pass_tiles() local
/external/libaom/examples/
Dlightfield_bitstream_parsing.c81 int tile_col; member
/external/libaom/test/
Dtile_config_test.cc194 int tile_col_idx, tile_col = 0; in HandleDecodeResult() local
/external/libhevc/decoder/
Dihevcd_utils.c360 WORD32 tile_row, tile_col; in ihevcd_get_tile_pos() local
/external/libvpx/vp9/decoder/
Dvp9_decoder.h90 int tile_col; member
/external/libaom/av1/decoder/
Ddecodeframe.c2678 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
Ddecoder.h136 int tile_col; member
/external/libaom/av1/
Dav1_dx_iface.c854 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

12