• Home
  • Raw
  • Download

Lines Matching defs:pbi

78 int av1_check_trailing_bits(AV1Decoder *pbi, struct aom_read_bit_buffer *rb) {  in av1_check_trailing_bits()
358 static AOM_INLINE void decode_mbmi_block(AV1Decoder *const pbi, in decode_mbmi_block()
889 static AOM_INLINE void decode_token_recon_block(AV1Decoder *const pbi, in decode_token_recon_block()
1115 static AOM_INLINE void parse_decode_block(AV1Decoder *const pbi, in parse_decode_block()
1174 static AOM_INLINE void set_offsets_for_pred_and_recon(AV1Decoder *const pbi, in set_offsets_for_pred_and_recon()
1205 static AOM_INLINE void decode_block(AV1Decoder *const pbi, ThreadData *const td, in decode_block()
1244 static AOM_INLINE void decode_partition(AV1Decoder *const pbi, in decode_partition()
2157 static AOM_INLINE void read_tile_info(AV1Decoder *const pbi, in read_tile_info()
2179 AV1Decoder *const pbi, struct aom_read_bit_buffer *const rb) { in read_ext_tile_info()
2257 AV1Decoder *pbi, const uint8_t *data, const uint8_t *data_end, in get_ls_tile_buffers()
2345 AV1Decoder *pbi, const uint8_t *data, in get_ls_single_tile_buffer()
2384 AV1Decoder *pbi, const uint8_t *data, const uint8_t *data_end, in get_tile_buffers()
2411 static AOM_INLINE void set_cb_buffer(AV1Decoder *pbi, DecoderCodingBlock *dcb, in set_cb_buffer()
2434 static AOM_INLINE void decoder_alloc_tile_data(AV1Decoder *pbi, in decoder_alloc_tile_data()
2578 AV1Decoder *const pbi, const MACROBLOCKD *const xd) { in signal_decoding_done_for_erroneous_row()
2592 static AOM_INLINE void decode_tile_sb_row(AV1Decoder *pbi, ThreadData *const td, in decode_tile_sb_row()
2677 static AOM_INLINE void decode_tile(AV1Decoder *pbi, ThreadData *const td, in decode_tile()
2718 static const uint8_t *decode_tiles(AV1Decoder *pbi, const uint8_t *data, in decode_tiles()
2884 AV1Decoder *const pbi, DecWorkerData *const thread_data, in tile_worker_hook_init()
2928 AV1Decoder *const pbi = (AV1Decoder *)arg2; in tile_worker_hook() local
2993 static int get_next_job_info(AV1Decoder *const pbi, in get_next_job_info()
3097 static INLINE void signal_parse_sb_row_done(AV1Decoder *const pbi, in signal_parse_sb_row_done()
3120 static AOM_INLINE void parse_tile_row_mt(AV1Decoder *pbi, ThreadData *const td, in parse_tile_row_mt()
3162 AV1Decoder *const pbi = (AV1Decoder *)arg2; in row_mt_worker_hook() local
3296 static AOM_INLINE void enqueue_tile_jobs(AV1Decoder *pbi, AV1_COMMON *cm, in enqueue_tile_jobs()
3398 static AOM_INLINE void reset_dec_workers(AV1Decoder *pbi, in reset_dec_workers()
3431 static AOM_INLINE void launch_dec_workers(AV1Decoder *pbi, in launch_dec_workers()
3451 static AOM_INLINE void sync_dec_workers(AV1Decoder *pbi, int num_workers) { in sync_dec_workers()
3463 static AOM_INLINE void decode_mt_init(AV1Decoder *pbi) { in decode_mt_init()
3512 static AOM_INLINE void tile_mt_queue(AV1Decoder *pbi, int tile_cols, in tile_mt_queue()
3529 static const uint8_t *decode_tiles_mt(AV1Decoder *pbi, const uint8_t *data, in decode_tiles_mt()
3629 static AOM_INLINE void dec_alloc_cb_buf(AV1Decoder *pbi) { in dec_alloc_cb_buf()
3643 static AOM_INLINE void row_mt_frame_init(AV1Decoder *pbi, int tile_rows_start, in row_mt_frame_init()
3711 static const uint8_t *decode_tiles_row_mt(AV1Decoder *pbi, const uint8_t *data, in decode_tiles_row_mt()
4392 static AOM_INLINE void update_ref_frame_id(AV1Decoder *const pbi) { in update_ref_frame_id()
4403 static AOM_INLINE void show_existing_frame_reset(AV1Decoder *const pbi, in show_existing_frame_reset()
4452 static int read_uncompressed_header(AV1Decoder *pbi, in read_uncompressed_header()
5103 AV1Decoder *pbi, struct aom_read_bit_buffer *rb, const uint8_t *data, in av1_init_read_bit_buffer()
5124 static AOM_INLINE void superres_post_decode(AV1Decoder *pbi) { in superres_post_decode()
5134 uint32_t av1_decode_frame_headers_and_setup(AV1Decoder *pbi, in av1_decode_frame_headers_and_setup()
5215 static AOM_INLINE void setup_frame_info(AV1Decoder *pbi) { in setup_frame_info()
5232 void av1_decode_tg_tiles_and_wrapup(AV1Decoder *pbi, const uint8_t *data, in av1_decode_tg_tiles_and_wrapup()