Home
last modified time | relevance | path

Searched defs:pbi (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c58 static void remove_decompressor(VP8D_COMP *pbi) { in remove_decompressor()
67 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP)); in create_decompressor() local
123 vpx_codec_err_t vp8dx_get_reference(VP8D_COMP *pbi, in vp8dx_get_reference()
153 vpx_codec_err_t vp8dx_set_reference(VP8D_COMP *pbi, in vp8dx_set_reference()
270 static int check_fragments_for_errors(VP8D_COMP *pbi) { in check_fragments_for_errors()
305 int vp8dx_receive_compressed_data(VP8D_COMP *pbi, int64_t time_stamp) { in vp8dx_receive_compressed_data()
377 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, in vp8dx_get_raw_frame()
450 VP8D_COMP *pbi = fb->pbi[0]; in vp8_remove_decoder_instances() local
462 int vp8dx_get_quantizer(const VP8D_COMP *pbi) { in vp8dx_get_quantizer()
Dthreading.c40 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, in setup_decoding_thread_data()
86 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, in mt_decode_macroblock()
249 static void mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd, in mt_decode_mb_rows()
583 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); in thread_decoding_proc() local
611 void vp8_decoder_create_threads(VP8D_COMP *pbi) { in vp8_decoder_create_threads()
670 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows) { in vp8mt_de_alloc_temp_buffers()
733 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows) { in vp8mt_alloc_temp_buffers()
805 void vp8_decoder_remove_threads(VP8D_COMP *pbi) { in vp8_decoder_remove_threads()
841 int vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd) { in vp8mt_decode_mb_rows()
Ddecodeframe.c42 void vp8cx_init_de_quantizer(VP8D_COMP *pbi) { in vp8cx_init_de_quantizer()
57 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd) { in vp8_mb_init_dequantizer()
94 static void decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, in decode_macroblock()
436 static void decode_mb_rows(VP8D_COMP *pbi) { in decode_mb_rows()
663 static unsigned int read_partition_size(VP8D_COMP *pbi, in read_partition_size()
679 VP8D_COMP *pbi, const unsigned char *token_part_sizes, in read_available_partition_size()
728 static void setup_token_decoder(VP8D_COMP *pbi, in setup_token_decoder()
818 static void init_frame(VP8D_COMP *pbi) { in init_frame()
879 int vp8_decode_frame(VP8D_COMP *pbi) { in vp8_decode_frame()
Ddecodemv.c42 static void read_kf_modes(VP8D_COMP *pbi, MODE_INFO *mi) { in read_kf_modes()
122 static void mb_mode_mv_init(VP8D_COMP *pbi) { in mb_mode_mv_init()
283 static void read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, in read_mb_modes_mv()
488 static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi) { in decode_mb_mode_mvs()
515 void vp8_decode_mode_mvs(VP8D_COMP *pbi) { in vp8_decode_mode_mvs()
Derror_concealment.c43 int vp8_alloc_overlap_lists(VP8D_COMP *pbi) { in vp8_alloc_overlap_lists()
57 void vp8_de_alloc_overlap_lists(VP8D_COMP *pbi) { in vp8_de_alloc_overlap_lists()
340 void vp8_estimate_missing_mvs(VP8D_COMP *pbi) { in vp8_estimate_missing_mvs()
Donyxd_int.h53 struct VP8D_COMP *pbi[MAX_FB_MT_DEC]; member
/external/libaom/libaom/av1/decoder/
Ddecoder.c95 AV1Decoder *volatile const pbi = aom_memalign(32, sizeof(*pbi)); in av1_decoder_create() local
170 void av1_dec_free_cb_buf(AV1Decoder *pbi) { in av1_dec_free_cb_buf()
176 void av1_decoder_remove(AV1Decoder *pbi) { in av1_decoder_remove()
232 void av1_visit_palette(AV1Decoder *const pbi, MACROBLOCKD *const xd, in av1_visit_palette()
253 aom_codec_err_t av1_copy_reference_dec(AV1Decoder *pbi, int idx, in av1_copy_reference_dec()
339 static void release_current_frame(AV1Decoder *pbi) { in release_current_frame()
355 static void update_frame_buffers(AV1Decoder *pbi, int frame_decoded) { in update_frame_buffers()
422 int av1_receive_compressed_data(AV1Decoder *pbi, size_t size, in av1_receive_compressed_data()
523 int av1_get_raw_frame(AV1Decoder *pbi, size_t index, YV12_BUFFER_CONFIG **sd, in av1_get_raw_frame()
534 int av1_get_frame_to_show(AV1Decoder *pbi, YV12_BUFFER_CONFIG *frame) { in av1_get_frame_to_show()
Dobu.c54 static int is_obu_in_current_operating_point(AV1Decoder *pbi, in is_obu_in_current_operating_point()
103 static uint32_t read_sequence_header_obu(AV1Decoder *pbi, in read_sequence_header_obu()
275 static uint32_t read_frame_header_obu(AV1Decoder *pbi, in read_frame_header_obu()
286 static int32_t read_tile_group_header(AV1Decoder *pbi, in read_tile_group_header()
341 AV1Decoder *pbi, struct aom_read_bit_buffer *rb, int is_first_tg, in read_one_tile_group_obu()
364 static void alloc_tile_list_buffer(AV1Decoder *pbi) { in alloc_tile_list_buffer()
420 static void copy_decoded_tile_to_tile_list_buffer(AV1Decoder *pbi, in copy_decoded_tile_to_tile_list_buffer()
480 static uint32_t read_and_decode_one_tile_list(AV1Decoder *pbi, in read_and_decode_one_tile_list()
574 static void alloc_read_metadata(AV1Decoder *const pbi, in alloc_read_metadata()
607 static size_t read_metadata_itut_t35(AV1Decoder *const pbi, const uint8_t *data, in read_metadata_itut_t35()
[all …]
Ddecodeframe.c78 int av1_check_trailing_bits(AV1Decoder *pbi, struct aom_read_bit_buffer *rb) { in av1_check_trailing_bits()
355 static AOM_INLINE void decode_mbmi_block(AV1Decoder *const pbi, in decode_mbmi_block()
909 static AOM_INLINE void decode_token_recon_block(AV1Decoder *const pbi, in decode_token_recon_block()
1161 static AOM_INLINE void parse_decode_block(AV1Decoder *const pbi, in parse_decode_block()
1251 static AOM_INLINE void set_offsets_for_pred_and_recon(AV1Decoder *const pbi, in set_offsets_for_pred_and_recon()
1281 static AOM_INLINE void decode_block(AV1Decoder *const pbi, ThreadData *const td, in decode_block()
1320 static AOM_INLINE void decode_partition(AV1Decoder *const pbi, in decode_partition()
2214 static AOM_INLINE void read_tile_info(AV1Decoder *const pbi, in read_tile_info()
2236 AV1Decoder *const pbi, struct aom_read_bit_buffer *const rb) { in read_ext_tile_info()
2314 AV1Decoder *pbi, const uint8_t *data, const uint8_t *data_end, in get_ls_tile_buffers()
[all …]
Ddthread.h37 struct AV1Decoder *pbi; member
Dinspection.c37 struct AV1Decoder *pbi = (struct AV1Decoder *)decoder; in ifd_inspect() local
Ddecodemv.c1263 static void read_inter_block_mode_info(AV1Decoder *const pbi, in read_inter_block_mode_info()
1502 static void read_inter_frame_mode_info(AV1Decoder *const pbi, in read_inter_frame_mode_info()
1560 void av1_read_mode_info(AV1Decoder *const pbi, MACROBLOCKD *xd, aom_reader *r, in av1_read_mode_info()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c164 VP9Decoder *volatile const pbi = vpx_memalign(32, sizeof(*pbi)); in vp9_decoder_create() local
211 void vp9_decoder_remove(VP9Decoder *pbi) { in vp9_decoder_remove()
253 vpx_codec_err_t vp9_copy_reference_dec(VP9Decoder *pbi, in vp9_copy_reference_dec()
329 static void swap_frame_buffers(VP9Decoder *pbi) { in swap_frame_buffers()
364 static void release_fb_on_decoder_exit(VP9Decoder *pbi) { in release_fb_on_decoder_exit()
402 int vp9_receive_compressed_data(VP9Decoder *pbi, size_t size, in vp9_receive_compressed_data()
489 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
Dvp9_decodeframe.c715 VP9Decoder *const pbi, in dec_build_inter_predictors_sb()
911 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block()
1029 static void recon_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in recon_block()
1062 static void parse_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in parse_block()
1171 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition()
1227 static void process_partition(TileWorkerData *twd, VP9Decoder *const pbi, in process_partition()
1683 static void get_tile_buffers(VP9Decoder *pbi, const uint8_t *data, in get_tile_buffers()
1753 static void vp9_tile_done(VP9Decoder *pbi) { in vp9_tile_done()
1770 static void vp9_jobq_alloc(VP9Decoder *pbi) { in vp9_jobq_alloc()
1787 static void recon_tile_row(TileWorkerData *tile_data, VP9Decoder *pbi, in recon_tile_row()
[all …]
Dvp9_decodemv.c689 static void read_inter_block_mode_info(VP9Decoder *const pbi, in read_inter_block_mode_info()
786 static void read_inter_frame_mode_info(VP9Decoder *const pbi, in read_inter_frame_mode_info()
811 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in vp9_read_mode_info()
Dvp9_decoder.h37 struct VP9Decoder *pbi; member
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c310 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
364 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
625 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_updates() local
642 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_frame() local
658 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_frame_corrupted() local
/external/libaom/libaom/av1/
Dav1_dx_iface.c375 AV1Decoder *const pbi = frame_worker_data->pbi; in init_buffer_callbacks() local
479 const AV1Decoder *const pbi) { in check_resync()
550 AV1Decoder *const pbi = frame_worker_data->pbi; in decoder_inspect() local
594 struct AV1Decoder *pbi = frame_worker_data->pbi; in decoder_decode() local
721 static void move_decoder_metadata_to_img(AV1Decoder *pbi, aom_image_t *img) { in move_decoder_metadata_to_img()
745 AV1Decoder *const pbi = frame_worker_data->pbi; in decoder_get_frame() local
981 AV1Decoder *const pbi = frame_worker_data->pbi; in ctrl_get_frame_corrupted() local
1025 const AV1Decoder *pbi = frame_worker_data->pbi; in ctrl_get_frame_header_info() local
1046 const AV1Decoder *pbi = frame_worker_data->pbi; in ctrl_get_tile_data() local
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h22 VP9Decoder *pbi; member
Dvp9_dx_iface.c287 const VP9Decoder *const pbi) { in check_resync()
/external/clang/test/SemaCXX/
Dmember-pointer.cpp19 int B::*pbi; variable
/external/llvm-project/clang/test/SemaCXX/
Dmember-pointer.cpp19 int B::*pbi; variable
/external/libaom/libaom/examples/
Danalyzer.cc163 void AV1Decoder::inspect(void *pbi, void *data) { in inspect()
Dinspect.c614 void inspect(void *pbi, void *data) { in inspect()