Home
last modified time | relevance | path

Searched defs:pbi (Results 1 – 23 of 23) 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, size_t size, in vp8dx_receive_compressed_data()
380 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, in vp8dx_get_raw_frame()
453 VP8D_COMP *pbi = fb->pbi[0]; in vp8_remove_decoder_instances() local
465 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()
665 static unsigned int read_partition_size(VP8D_COMP *pbi, in read_partition_size()
681 VP8D_COMP *pbi, const unsigned char *token_part_sizes, in read_available_partition_size()
730 static void setup_token_decoder(VP8D_COMP *pbi, in setup_token_decoder()
820 static void init_frame(VP8D_COMP *pbi) { in init_frame()
881 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()
518 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.c74 AV1Decoder *volatile const pbi = aom_memalign(32, sizeof(*pbi)); in av1_decoder_create() local
150 void av1_dec_free_cb_buf(AV1Decoder *pbi) { in av1_dec_free_cb_buf()
156 void av1_decoder_remove(AV1Decoder *pbi) { in av1_decoder_remove()
212 void av1_visit_palette(AV1Decoder *const pbi, MACROBLOCKD *const xd, int mi_row, in av1_visit_palette()
236 aom_codec_err_t av1_copy_reference_dec(AV1Decoder *pbi, int idx, in av1_copy_reference_dec()
322 static void release_frame_buffers(AV1Decoder *pbi) { in release_frame_buffers()
348 static void swap_frame_buffers(AV1Decoder *pbi, int frame_decoded) { in swap_frame_buffers()
435 int av1_receive_compressed_data(AV1Decoder *pbi, size_t size, in av1_receive_compressed_data()
537 int av1_get_raw_frame(AV1Decoder *pbi, size_t index, YV12_BUFFER_CONFIG **sd, in av1_get_raw_frame()
548 int av1_get_frame_to_show(AV1Decoder *pbi, YV12_BUFFER_CONFIG *frame) { in av1_get_frame_to_show()
Dobu.c73 static int is_obu_in_current_operating_point(AV1Decoder *pbi, in is_obu_in_current_operating_point()
118 static uint32_t read_sequence_header_obu(AV1Decoder *pbi, in read_sequence_header_obu()
284 static uint32_t read_frame_header_obu(AV1Decoder *pbi, in read_frame_header_obu()
295 static int32_t read_tile_group_header(AV1Decoder *pbi, in read_tile_group_header()
334 AV1Decoder *pbi, struct aom_read_bit_buffer *rb, int is_first_tg, in read_one_tile_group_obu()
358 static void alloc_tile_list_buffer(AV1Decoder *pbi) { in alloc_tile_list_buffer()
414 static void copy_decoded_tile_to_tile_list_buffer(AV1Decoder *pbi, in copy_decoded_tile_to_tile_list_buffer()
474 static uint32_t read_and_decode_one_tile_list(AV1Decoder *pbi, in read_and_decode_one_tile_list()
684 int aom_decode_frame_from_obus(struct AV1Decoder *pbi, const uint8_t *data, in aom_decode_frame_from_obus()
Ddecodeframe.c78 int av1_check_trailing_bits(AV1Decoder *pbi, struct aom_read_bit_buffer *rb) { in av1_check_trailing_bits()
375 static void decode_mbmi_block(AV1Decoder *const pbi, MACROBLOCKD *const xd, in decode_mbmi_block()
1108 static void decode_token_recon_block(AV1Decoder *const pbi, in decode_token_recon_block()
1584 static void parse_decode_block(AV1Decoder *const pbi, ThreadData *const td, in parse_decode_block()
1670 static void set_offsets_for_pred_and_recon(AV1Decoder *const pbi, in set_offsets_for_pred_and_recon()
1696 static void decode_block(AV1Decoder *const pbi, ThreadData *const td, in decode_block()
1734 static void decode_partition(AV1Decoder *const pbi, ThreadData *const td, in decode_partition()
2599 static void read_tile_info(AV1Decoder *const pbi, in read_tile_info()
2620 static void read_ext_tile_info(AV1Decoder *const pbi, in read_ext_tile_info()
2699 AV1Decoder *pbi, const uint8_t *data, const uint8_t *data_end, in get_ls_tile_buffers()
[all …]
Dinspection.c37 struct AV1Decoder *pbi = (struct AV1Decoder *)decoder; in ifd_inspect() local
Ddthread.h37 struct AV1Decoder *pbi; member
Ddecodemv.c1250 static void read_inter_block_mode_info(AV1Decoder *const pbi, in read_inter_block_mode_info()
1488 static void read_inter_frame_mode_info(AV1Decoder *const pbi, in read_inter_frame_mode_info()
1546 void av1_read_mode_info(AV1Decoder *const pbi, MACROBLOCKD *xd, int mi_row, in av1_read_mode_info()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c113 VP9Decoder *volatile const pbi = vpx_memalign(32, sizeof(*pbi)); in vp9_decoder_create() local
160 void vp9_decoder_remove(VP9Decoder *pbi) { in vp9_decoder_remove()
194 vpx_codec_err_t vp9_copy_reference_dec(VP9Decoder *pbi, in vp9_copy_reference_dec()
270 static void swap_frame_buffers(VP9Decoder *pbi) { in swap_frame_buffers()
305 static void release_fb_on_decoder_exit(VP9Decoder *pbi) { in release_fb_on_decoder_exit()
343 int vp9_receive_compressed_data(VP9Decoder *pbi, size_t size, in vp9_receive_compressed_data()
430 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
Dvp9_decodeframe.c698 static void dec_build_inter_predictors_sb(VP9Decoder *const pbi, in dec_build_inter_predictors_sb()
894 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block()
994 static void recon_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in recon_block()
1027 static void parse_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in parse_block()
1119 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition()
1175 static void recon_partition(TileWorkerData *twd, VP9Decoder *const pbi, in recon_partition()
1227 static void parse_partition(TileWorkerData *twd, VP9Decoder *const pbi, in parse_partition()
1674 static void get_tile_buffers(VP9Decoder *pbi, const uint8_t *data, in get_tile_buffers()
1691 static const uint8_t *decode_tiles(VP9Decoder *pbi, const uint8_t *data, in decode_tiles()
1858 VP9Decoder *const pbi = (VP9Decoder *)arg2; in tile_worker_hook() local
[all …]
Dvp9_decodemv.c692 static void read_inter_block_mode_info(VP9Decoder *const pbi, in read_inter_block_mode_info()
785 static void read_inter_frame_mode_info(VP9Decoder *const pbi, in read_inter_frame_mode_info()
810 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in vp9_read_mode_info()
/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
624 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_updates() local
641 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_frame() local
657 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_frame_corrupted() local
/external/libaom/libaom/av1/
Dav1_dx_iface.c517 const AV1Decoder *const pbi) { in check_resync()
587 AV1Decoder *const pbi = frame_worker_data->pbi; in decoder_inspect() local
626 struct AV1Decoder *pbi = frame_worker_data->pbi; in decoder_decode() local
763 AV1Decoder *const pbi = frame_worker_data->pbi; in decoder_get_frame() local
1010 AV1Decoder *const pbi = frame_worker_data->pbi; in ctrl_get_frame_corrupted() local
1054 const AV1Decoder *pbi = frame_worker_data->pbi; in ctrl_get_frame_header_info() local
1075 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/libaom/libaom/examples/
Danalyzer.cc163 void AV1Decoder::inspect(void *pbi, void *data) { in inspect()
Dinspect.c614 void inspect(void *pbi, void *data) { in inspect()
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1013 BITMAPINFO pbi; in SetBitmap() local