| /external/libvpx/vp8/decoder/ | 
| D | onyxd_if.c | 58 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()
  | 
| D | threading.c | 40 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()
  | 
| D | decodeframe.c | 42 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()
  | 
| D | decodemv.c | 42 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()
  | 
| D | error_concealment.c | 43 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()
  | 
| D | onyxd_int.h | 55   struct VP8D_COMP *pbi[MAX_FB_MT_DEC];  member
  | 
| /external/libaom/av1/decoder/ | 
| D | decoder.c | 90   AV1Decoder *volatile const pbi = aom_memalign(32, sizeof(*pbi));  in av1_decoder_create()  local 168 void av1_dec_free_cb_buf(AV1Decoder *pbi) {  in av1_dec_free_cb_buf() 174 void av1_decoder_remove(AV1Decoder *pbi) {  in av1_decoder_remove() 234 void av1_visit_palette(AV1Decoder *const pbi, MACROBLOCKD *const xd,  in av1_visit_palette() 255 aom_codec_err_t av1_copy_reference_dec(AV1Decoder *pbi, int idx,  in av1_copy_reference_dec() 341 static void release_current_frame(AV1Decoder *pbi) {  in release_current_frame() 357 static void update_frame_buffers(AV1Decoder *pbi, int frame_decoded) {  in update_frame_buffers() 424 int av1_receive_compressed_data(AV1Decoder *pbi, size_t size,  in av1_receive_compressed_data() 522 int av1_get_raw_frame(AV1Decoder *pbi, size_t index, YV12_BUFFER_CONFIG **sd,  in av1_get_raw_frame() 532 int av1_get_frame_to_show(AV1Decoder *pbi, YV12_BUFFER_CONFIG *frame) {  in av1_get_frame_to_show()
  | 
| D | obu.c | 54 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() 276 static uint32_t read_frame_header_obu(AV1Decoder *pbi,  in read_frame_header_obu() 292 static int32_t read_tile_group_header(AV1Decoder *pbi,  in read_tile_group_header() 347     AV1Decoder *pbi, struct aom_read_bit_buffer *rb, int is_first_tg,  in read_one_tile_group_obu() 370 static void alloc_tile_list_buffer(AV1Decoder *pbi) {  in alloc_tile_list_buffer() 427 static void copy_decoded_tile_to_tile_list_buffer(AV1Decoder *pbi,  in copy_decoded_tile_to_tile_list_buffer() 487 static uint32_t read_and_decode_one_tile_list(AV1Decoder *pbi,  in read_and_decode_one_tile_list() 581 static void alloc_read_metadata(AV1Decoder *const pbi,  in alloc_read_metadata() 612 static void read_metadata_itut_t35(AV1Decoder *const pbi, const uint8_t *data,  in read_metadata_itut_t35() [all …] 
 | 
| D | decodeframe.c | 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() [all …] 
 | 
| D | dthread.h | 37   struct AV1Decoder *pbi;  member
  | 
| D | inspection.c | 45   struct AV1Decoder *pbi = (struct AV1Decoder *)decoder;  in ifd_inspect()  local
  | 
| D | decodemv.c | 1272 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/ | 
| D | vp9_decoder.c | 169   VP9Decoder *volatile const pbi = vpx_memalign(32, sizeof(*pbi));  in vp9_decoder_create()  local 216 void vp9_decoder_remove(VP9Decoder *pbi) {  in vp9_decoder_remove() 258 vpx_codec_err_t vp9_copy_reference_dec(VP9Decoder *pbi,  in vp9_copy_reference_dec() 334 static void swap_frame_buffers(VP9Decoder *pbi) {  in swap_frame_buffers() 369 static void release_fb_on_decoder_exit(VP9Decoder *pbi) {  in release_fb_on_decoder_exit() 407 int vp9_receive_compressed_data(VP9Decoder *pbi, size_t size,  in vp9_receive_compressed_data() 494 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd,  in vp9_get_raw_frame()
  | 
| D | vp9_decodeframe.c | 715                                           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() 1682 static void get_tile_buffers(VP9Decoder *pbi, const uint8_t *data,  in get_tile_buffers() 1752 static void vp9_tile_done(VP9Decoder *pbi) {  in vp9_tile_done() 1769 static void vp9_jobq_alloc(VP9Decoder *pbi) {  in vp9_jobq_alloc() 1786 static void recon_tile_row(TileWorkerData *tile_data, VP9Decoder *pbi,  in recon_tile_row() [all …] 
 | 
| D | vp9_decodemv.c | 691 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()
  | 
| D | vp9_decoder.h | 37   struct VP9Decoder *pbi;  member
  | 
| /external/libvpx/vp8/ | 
| D | vp8_dx_iface.c | 310     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 597   VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0];  in vp8_get_quantizer()  local 629     VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];  in vp8_get_last_ref_updates()  local 647     VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];  in vp8_get_last_ref_frame()  local 666   VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];  in vp8_get_frame_corrupted()  local
  | 
| /external/libaom/av1/ | 
| D | av1_dx_iface.c | 121       AV1Decoder *const pbi = frame_worker_data->pbi;  in decoder_destroy()  local 381   AV1Decoder *const pbi = frame_worker_data->pbi;  in init_buffer_callbacks()  local 486                                 const AV1Decoder *const pbi) {  in check_resync() 550     struct AV1Decoder *pbi = frame_worker_data->pbi;  in release_pending_output_frames()  local 620   AV1Decoder *const pbi = frame_worker_data->pbi;  in decoder_inspect()  local 776 static void move_decoder_metadata_to_img(AV1Decoder *pbi, aom_image_t *img) {  in move_decoder_metadata_to_img() 800     AV1Decoder *const pbi = frame_worker_data->pbi;  in decoder_get_frame()  local 1052   AV1Decoder *pbi = ((FrameWorkerData *)ctx->frame_worker->data1)->pbi;  in ctrl_get_frame_flags()  local 1080       const AV1Decoder *pbi = frame_worker_data->pbi;  in ctrl_get_tile_info()  local 1122       const AV1Decoder *pbi = frame_worker_data->pbi;  in ctrl_get_screen_content_tools_info()  local [all …] 
 | 
| /external/libvpx/vp9/ | 
| D | vp9_dx_iface.h | 22   VP9Decoder *pbi;  member
  | 
| D | vp9_dx_iface.c | 289                                 const VP9Decoder *const pbi) {  in check_resync()
  | 
| /external/clang/test/SemaCXX/ | 
| D | member-pointer.cpp | 19 int B::*pbi;  variable
  | 
| /external/libaom/examples/ | 
| D | analyzer.cc | 162 void AV1Decoder::inspect(void *pbi, void *data) {  in inspect()
  | 
| D | inspect.c | 614 void inspect(void *pbi, void *data) {  in inspect()
  |