Home
last modified time | relevance | path

Searched defs:tile_cols (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_multi_thread.c57 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_row_mt_mem_alloc() local
162 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_multi_thread_tile_init() local
179 int tile_cols, int num_workers) { in vp9_assign_tile_to_thread()
221 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_prepare_job_queue() local
283 int tile_cols) { in vp9_get_tiles_proc_status()
Dvp9_ethread.c41 const int tile_cols = 1 << cm->log2_tile_cols; in enc_worker_hook() local
166 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_mt() local
386 const int tile_cols = 1 << cm->log2_tile_cols; in first_pass_worker_hook() local
427 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_fp_row_mt() local
476 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_worker_hook() local
513 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_temporal_filter_row_mt() local
553 const int tile_cols = 1 << cm->log2_tile_cols; in enc_row_mt_worker_hook() local
584 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_row_mt() local
Dvp9_temporal_filter.c582 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_tile_c() local
599 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_c() local
Dvp9_bitstream.c964 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles_mt() local
1045 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() local
Dvp9_encodeframe.c4348 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_init_tile_data() local
4399 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_sb_row() local
4429 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tile() local
4442 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() local
Dvp9_encoder.h818 const int tile_cols = 1 << cm->log2_tile_cols; in get_start_tok() local
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc37 int32_t tile_cols; member
/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c161 const int tile_cols = 1 << cm->log2_tile_cols; in loop_filter_rows_mt() local
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1355 const uint8_t *data_end, int tile_cols, in get_tile_buffers()
1376 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles() local
1565 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt() local
2056 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_decode_frame() local
/external/libvpx/libvpx/
Dvpxenc.c403 static const arg_def_t tile_cols = variable