Home
last modified time | relevance | path

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

12

/external/libaom/libaom/av1/encoder/
Dav1_multi_thread.c21 int tile_row, tile_col; in av1_row_mt_mem_alloc() local
52 int tile_col; in av1_row_mt_mem_dealloc() local
Dethread.c235 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
Dsegmentation.c175 int tile_col, tile_row, mi_row, mi_col; in av1_choose_segmap_coding_method() local
Dlevel.c396 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) { in get_tile_stats() local
Dencodeframe.c4942 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
Dbitstream.c1682 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
Dencoder.c4173 for (int tile_col = 0; tile_col < cm->tile_cols; tile_col++) { in finalize_encoded_frame() local
Dencoder.h1182 static INLINE void get_start_tok(AV1_COMP *cpi, int tile_row, int tile_col, in get_start_tok()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c71 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
Dvp9_ethread.c51 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
Dvp9_segmentation.c207 int i, tile_col, mi_row, mi_col; in vp9_choose_segmap_coding_method() local
Dvp9_bitstream.c485 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
Dvp9_temporal_filter.c941 int tile_col) { in temporal_filter_iterate_tile_c()
962 int tile_row, tile_col; in temporal_filter_iterate_c() local
Dvp9_encodeframe.c5543 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
Dvp9_encoder.h975 static INLINE void get_start_tok(VP9_COMP *cpi, int tile_row, int tile_col, in get_start_tok()
/external/libaom/libaom/av1/common/
Dtile_common.h29 int tile_col; member
Dthread_common.c798 const int tile_col = LR_TILE_COL; in loop_restoration_row_worker() local
Dresize.c1220 TileInfo tile_col; in av1_upscale_normative_rows() local
Drestoration.c1245 const AV1PixelRect *tile_rect, int tile_row, int tile_col, int tile_cols, in foreach_rest_unit_in_tile()
/external/libaom/libaom/examples/
Dlightfield_bitstream_parsing.c81 int tile_col; member
/external/libhevc/decoder/
Dihevcd_utils.c360 WORD32 tile_row, tile_col; in ihevcd_get_tile_pos() local
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c3089 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
Ddecoder.h72 int tile_col; member
/external/libaom/libaom/av1/
Dav1_dx_iface.c813 const int tile_col = AOMMIN(pbi->dec_tile_col, cm->tile_cols - 1); in decoder_get_frame() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1699 int tile_row, tile_col; in decode_tiles() local

12