Home
last modified time | relevance | path

Searched defs:pbi (Results 1 – 15 of 15) 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()
390 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, in vp8dx_get_raw_frame()
463 VP8D_COMP *pbi = fb->pbi[0]; in vp8_remove_decoder_instances() local
Dthreading.c41 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()
567 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); in thread_decoding_proc() local
589 void vp8_decoder_create_threads(VP8D_COMP *pbi) { in vp8_decoder_create_threads()
649 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows) { in vp8mt_de_alloc_temp_buffers()
722 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows) { in vp8mt_alloc_temp_buffers()
794 void vp8_decoder_remove_threads(VP8D_COMP *pbi) { in vp8_decoder_remove_threads()
831 void 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()
724 static void setup_token_decoder(VP8D_COMP *pbi, in setup_token_decoder()
808 static void init_frame(VP8D_COMP *pbi) { in init_frame()
869 int vp8_decode_frame(VP8D_COMP *pbi) { in vp8_decode_frame()
Ddecodemv.c41 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()
489 static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi, in decode_mb_mode_mvs()
519 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.h51 struct VP8D_COMP *pbi[MAX_FB_MT_DEC]; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c75 VP9Decoder *volatile const pbi = vpx_memalign(32, sizeof(*pbi)); in vp9_decoder_create() local
122 void vp9_decoder_remove(VP9Decoder *pbi) { in vp9_decoder_remove()
151 vpx_codec_err_t vp9_copy_reference_dec(VP9Decoder *pbi, in vp9_copy_reference_dec()
227 static void swap_frame_buffers(VP9Decoder *pbi) { in swap_frame_buffers()
268 int vp9_receive_compressed_data(VP9Decoder *pbi, size_t size, in vp9_receive_compressed_data()
411 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
Dvp9_dthread.h28 struct VP9Decoder *pbi; member
Dvp9_dthread.c79 const VP9Decoder *const pbi = ref_worker_data->pbi; in vp9_frameworker_wait() local
Dvp9_decodeframe.c644 static void dec_build_inter_predictors_sb(VP9Decoder *const pbi, in dec_build_inter_predictors_sb()
763 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row, in decode_block()
913 static void decode_partition(TileWorkerData *twd, VP9Decoder *const pbi, in decode_partition()
1354 static void get_tile_buffers(VP9Decoder *pbi, const uint8_t *data, in get_tile_buffers()
1371 static const uint8_t *decode_tiles(VP9Decoder *pbi, const uint8_t *data, in decode_tiles()
1505 VP9Decoder *const pbi) { in tile_worker_hook()
1559 static const uint8_t *decode_tiles_mt(VP9Decoder *pbi, const uint8_t *data, in decode_tiles_mt()
1752 static size_t read_uncompressed_header(VP9Decoder *pbi, in read_uncompressed_header()
1957 static int read_compressed_header(VP9Decoder *pbi, const uint8_t *data, in read_compressed_header()
2008 VP9Decoder *pbi, struct vpx_read_bit_buffer *rb, const uint8_t *data, in init_read_bit_buffer()
[all …]
Dvp9_decodemv.c459 VP9Decoder *const pbi = (VP9Decoder *)data; in fpm_sync() local
714 static void read_inter_block_mode_info(VP9Decoder *const pbi, in read_inter_block_mode_info()
808 static void read_inter_frame_mode_info(VP9Decoder *const pbi, in read_inter_frame_mode_info()
833 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.c337 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
571 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_updates() local
589 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_frame() local
605 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_frame_corrupted() local
/external/clang/test/SemaCXX/
Dmember-pointer.cpp19 int B::*pbi; variable
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc1013 BITMAPINFO pbi; in SetBitmap() local
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c403 const VP9Decoder *const pbi) { in check_resync()