Home
last modified time | relevance | path

Searched defs:tile_row (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
53 int tile_row; in av1_row_mt_mem_dealloc() local
Dethread.c234 for (int tile_row = 0; tile_row < tile_rows; tile_row++) { in switch_tile_and_get_next_job() local
311 int tile_row = this_tile->tile_info.tile_row; in enc_row_mt_worker_hook() local
364 int tile_row = t / tile_cols; in enc_worker_hook() local
666 for (int tile_row = 0; tile_row < tile_rows; tile_row++) { 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.c395 for (int tile_row = 0; tile_row < tile_rows; ++tile_row) { 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
4996 void av1_encode_sb_row(AV1_COMP *cpi, ThreadData *td, int tile_row, in av1_encode_sb_row()
5032 void av1_encode_tile(AV1_COMP *cpi, ThreadData *td, int tile_row, 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()
3164 int tile_row; in remux_tiles() local
3411 int tile_row, tile_col; in write_tiles_in_tg_obus() local
Dencoder.c4174 for (int tile_row = 0; tile_row < cm->tile_rows; tile_row++) { in finalize_encoded_frame() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c71 int tile_row, tile_col; in vp9_row_mt_mem_alloc() local
133 int tile_row; in vp9_row_mt_mem_dealloc() local
257 int tile_row = 0; in vp9_prepare_job_queue() local
Dvp9_ethread.c50 int tile_row = 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_bitstream.c485 vpx_writer *w, int tile_row, int tile_col, in write_modes()
941 const int tile_row = 0; in encode_tile_worker() local
1060 int tile_row, tile_col; in encode_tiles() local
Dvp9_temporal_filter.c940 static void temporal_filter_iterate_tile_c(VP9_COMP *cpi, int tile_row, 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
5596 void vp9_encode_sb_row(VP9_COMP *cpi, ThreadData *td, int tile_row, in vp9_encode_sb_row()
5626 void vp9_encode_tile(VP9_COMP *cpi, ThreadData *td, int tile_row, 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()
Dvp9_encoder.c3633 int tile_col, tile_row; local
/external/libaom/libaom/av1/common/
Dalloccommon.c194 for (int tile_row = 0; tile_row < num_free_above_contexts; tile_row++) { in av1_free_above_context_buffers() local
255 for (int tile_row = 0; tile_row < num_alloc_above_contexts; tile_row++) { in av1_alloc_above_context_buffers() local
Dtile_common.h28 int tile_row; member
Dthread_common.c797 const int tile_row = LR_TILE_ROW; in loop_restoration_row_worker() local
Donyxc_int.h749 const int tile_row) { in av1_init_above_context()
1118 int mi_col_start, int mi_col_end, const int tile_row) { in av1_zero_above_context()
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.c82 int tile_row; member
/external/libhevc/decoder/
Dihevcd_utils.c360 WORD32 tile_row, tile_col; in ihevcd_get_tile_pos() local
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c3088 static void decode_tile(AV1Decoder *pbi, ThreadData *const td, int tile_row, in decode_tile()
3145 int tile_row, tile_col; in decode_tiles() local
3290 int tile_row = tile_data->tile_info.tile_row; in tile_worker_hook_init() local
3356 int tile_row = tile_data->tile_info.tile_row; in tile_worker_hook() local
3411 int tile_row = -1; in get_next_job_info() local
3526 int tile_row = tile_info.tile_row; in parse_tile_row_mt() local
3654 int tile_row = next_job_info.tile_row; in row_mt_worker_hook() local
4027 for (int tile_row = tile_rows_start; tile_row < tile_rows_end; ++tile_row) { in row_mt_frame_init() local
Ddecoder.h71 int tile_row; member
/external/libaom/libaom/av1/
Dav1_dx_iface.c795 const int tile_row = AOMMIN(pbi->dec_tile_row, cm->tile_rows - 1); in decoder_get_frame() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1699 int tile_row, tile_col; in decode_tiles() local

12