Home
last modified time | relevance | path

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

/external/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) { in vp8dx_receive_compressed_data()
376 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, in vp8dx_get_raw_frame()
447 VP8D_COMP *pbi = fb->pbi[0]; in vp8_remove_decoder_instances() local
460 int vp8dx_get_quantizer(const VP8D_COMP *pbi) { in vp8dx_get_quantizer()
Dthreading.c43 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, in setup_decoding_thread_data()
89 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, in mt_decode_macroblock()
252 static void mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd, in mt_decode_mb_rows()
586 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); in thread_decoding_proc() local
615 void vp8_decoder_create_threads(VP8D_COMP *pbi) { in vp8_decoder_create_threads()
674 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows) { in vp8mt_de_alloc_temp_buffers()
737 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows) { in vp8mt_alloc_temp_buffers()
809 void vp8_decoder_remove_threads(VP8D_COMP *pbi) { in vp8_decoder_remove_threads()
845 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()
284 static void read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, in read_mb_modes_mv()
489 static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi) { in decode_mb_mode_mvs()
516 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.h56 struct VP8D_COMP *pbi[MAX_FB_MT_DEC]; member
/external/libaom/av1/decoder/
Ddecoder.c91 AV1Decoder *volatile const pbi = aom_memalign(32, sizeof(*pbi)); in av1_decoder_create() local
169 void av1_dec_free_cb_buf(AV1Decoder *pbi) { in av1_dec_free_cb_buf()
175 void av1_decoder_remove(AV1Decoder *pbi) { in av1_decoder_remove()
235 void av1_visit_palette(AV1Decoder *const pbi, MACROBLOCKD *const xd, in av1_visit_palette()
256 aom_codec_err_t av1_copy_reference_dec(AV1Decoder *pbi, int idx, in av1_copy_reference_dec()
342 static void release_current_frame(AV1Decoder *pbi) { in release_current_frame()
358 static void update_frame_buffers(AV1Decoder *pbi, int frame_decoded) { in update_frame_buffers()
425 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()
533 int av1_get_frame_to_show(AV1Decoder *pbi, YV12_BUFFER_CONFIG *frame) { in av1_get_frame_to_show()
Dobu.c55 static int is_obu_in_current_operating_point(AV1Decoder *pbi, in is_obu_in_current_operating_point()
104 static uint32_t read_sequence_header_obu(AV1Decoder *pbi, in read_sequence_header_obu()
281 static uint32_t read_frame_header_obu(AV1Decoder *pbi, in read_frame_header_obu()
297 static int32_t read_tile_group_header(AV1Decoder *pbi, in read_tile_group_header()
352 AV1Decoder *pbi, struct aom_read_bit_buffer *rb, int is_first_tg, in read_one_tile_group_obu()
375 static void alloc_tile_list_buffer(AV1Decoder *pbi, int tile_width_in_pixels, in alloc_tile_list_buffer()
429 static void copy_decoded_tile_to_tile_list_buffer(AV1Decoder *pbi, int tile_idx, in copy_decoded_tile_to_tile_list_buffer()
486 static uint32_t read_and_decode_one_tile_list(AV1Decoder *pbi, in read_and_decode_one_tile_list()
599 static void alloc_read_metadata(AV1Decoder *const pbi, in alloc_read_metadata()
630 static void read_metadata_itut_t35(AV1Decoder *const pbi, const uint8_t *data, in read_metadata_itut_t35()
[all …]
Ddecodeframe.c89 int av1_check_trailing_bits(AV1Decoder *pbi, struct aom_read_bit_buffer *rb) { in av1_check_trailing_bits()
371 static inline void decode_mbmi_block(AV1Decoder *const pbi, in decode_mbmi_block()
902 static inline void decode_token_recon_block(AV1Decoder *const pbi, in decode_token_recon_block()
1126 static inline void parse_decode_block(AV1Decoder *const pbi, in parse_decode_block()
1185 static inline void set_offsets_for_pred_and_recon(AV1Decoder *const pbi, in set_offsets_for_pred_and_recon()
1216 static inline void decode_block(AV1Decoder *const pbi, ThreadData *const td, in decode_block()
1254 static inline void decode_partition(AV1Decoder *const pbi, ThreadData *const td, in decode_partition()
2181 static inline void read_tile_info(AV1Decoder *const pbi, in read_tile_info()
2202 static inline void read_ext_tile_info(AV1Decoder *const pbi, in read_ext_tile_info()
2287 AV1Decoder *pbi, const uint8_t *data, const uint8_t *data_end, in get_ls_tile_buffers()
[all …]
Ddthread.h36 struct AV1Decoder *pbi; member
Dinspection.c45 struct AV1Decoder *pbi = (struct AV1Decoder *)decoder; in ifd_inspect() local
Ddecodemv.c1272 static void read_inter_block_mode_info(AV1Decoder *const pbi, in read_inter_block_mode_info()
1511 static void read_inter_frame_mode_info(AV1Decoder *const pbi, in read_inter_frame_mode_info()
1570 void av1_read_mode_info(AV1Decoder *const pbi, DecoderCodingBlock *dcb, in av1_read_mode_info()
/external/libvpx/vp9/decoder/
Dvp9_decoder.c170 VP9Decoder *volatile const pbi = vpx_memalign(32, sizeof(*pbi)); in vp9_decoder_create() local
219 void vp9_decoder_remove(VP9Decoder *pbi) { in vp9_decoder_remove()
261 vpx_codec_err_t vp9_copy_reference_dec(VP9Decoder *pbi, in vp9_copy_reference_dec()
337 static void swap_frame_buffers(VP9Decoder *pbi) { in swap_frame_buffers()
372 static void release_fb_on_decoder_exit(VP9Decoder *pbi) { in release_fb_on_decoder_exit()
410 int vp9_receive_compressed_data(VP9Decoder *pbi, size_t size, in vp9_receive_compressed_data()
497 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
Dvp9_decodeframe.c717 VP9Decoder *const pbi, in dec_build_inter_predictors_sb()
913 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block()
1031 static void recon_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in recon_block()
1064 static void parse_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in parse_block()
1173 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition()
1229 static void process_partition(TileWorkerData *twd, VP9Decoder *const pbi, in process_partition()
1684 static void get_tile_buffers(VP9Decoder *pbi, const uint8_t *data, in get_tile_buffers()
1754 static void vp9_tile_done(VP9Decoder *pbi) { in vp9_tile_done()
1771 static void vp9_jobq_alloc(VP9Decoder *pbi) { in vp9_jobq_alloc()
1789 static void recon_tile_row(TileWorkerData *tile_data, VP9Decoder *pbi, in recon_tile_row()
[all …]
Dvp9_decodemv.c691 static void read_inter_block_mode_info(VP9Decoder *const pbi, in read_inter_block_mode_info()
788 static void read_inter_frame_mode_info(VP9Decoder *const pbi, in read_inter_frame_mode_info()
813 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in vp9_read_mode_info()
Dvp9_decoder.h38 struct VP9Decoder *pbi; member
/external/libvpx/vp8/
Dvp8_dx_iface.c310 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
323 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
384 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
616 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_get_quantizer() local
648 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_updates() local
666 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_frame() local
685 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_frame_corrupted() local
/external/libaom/av1/
Dav1_dx_iface.c126 AV1Decoder *const pbi = frame_worker_data->pbi; in decoder_destroy() local
385 AV1Decoder *const pbi = frame_worker_data->pbi; in init_buffer_callbacks() local
510 const AV1Decoder *const pbi) { in check_resync()
574 struct AV1Decoder *pbi = frame_worker_data->pbi; in release_pending_output_frames() local
644 AV1Decoder *const pbi = frame_worker_data->pbi; in decoder_inspect() local
800 static void move_decoder_metadata_to_img(AV1Decoder *pbi, aom_image_t *img) { in move_decoder_metadata_to_img()
826 AV1Decoder *const pbi = frame_worker_data->pbi; in decoder_get_frame() local
1086 AV1Decoder *pbi = ((FrameWorkerData *)ctx->frame_worker->data1)->pbi; in ctrl_get_frame_flags() local
1114 const AV1Decoder *pbi = frame_worker_data->pbi; in ctrl_get_tile_info() local
1156 const AV1Decoder *pbi = frame_worker_data->pbi; in ctrl_get_screen_content_tools_info() local
[all …]
/external/cronet/stable/base/process/
Dprocess_handle_win.cc56 PROCESS_BASIC_INFORMATION pbi = {}; in GetParentProcessId() local
/external/cronet/tot/base/process/
Dprocess_handle_win.cc56 PROCESS_BASIC_INFORMATION pbi = {}; in GetParentProcessId() local
/external/libvpx/vp9/
Dvp9_dx_iface.h22 VP9Decoder *pbi; member
Dvp9_dx_iface.c298 const VP9Decoder *const pbi) { in check_resync()
/external/clang/test/SemaCXX/
Dmember-pointer.cpp19 int B::*pbi; variable
/external/libaom/examples/
Danalyzer.cc162 void AV1Decoder::inspect(void *pbi, void *data) { in inspect()
Dinspect.c616 static void inspect(void *pbi, void *data) { in inspect()