Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c45 static void remove_decompressor(VP8D_COMP *pbi) in remove_decompressor()
56 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP)); in create_decompressor() local
110 vpx_codec_err_t vp8dx_get_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BU… in vp8dx_get_reference()
141 vpx_codec_err_t vp8dx_set_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BU… in vp8dx_set_reference()
261 int check_fragments_for_errors(VP8D_COMP *pbi) in check_fragments_for_errors()
300 int vp8dx_receive_compressed_data(VP8D_COMP *pbi, size_t size, in vp8dx_receive_compressed_data()
392 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_… in vp8dx_get_raw_frame()
481 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, MB_ROW_DEC *mbrd, int count) in setup_decoding_thread_data()
92 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, in mt_decode_macroblock()
296 static void mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd, int start_mb_row) in mt_decode_mb_rows()
623 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); in thread_decoding_proc() local
650 void vp8_decoder_create_threads(VP8D_COMP *pbi) in vp8_decoder_create_threads()
695 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows) in vp8mt_de_alloc_temp_buffers()
775 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows) in vp8mt_alloc_temp_buffers()
828 void vp8_decoder_remove_threads(VP8D_COMP *pbi) in vp8_decoder_remove_threads()
865 void vp8mt_decode_mb_rows( VP8D_COMP *pbi, MACROBLOCKD *xd) in vp8mt_decode_mb_rows()
Ddecodeframe.c41 void vp8cx_init_de_quantizer(VP8D_COMP *pbi) in vp8cx_init_de_quantizer()
58 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd) in vp8_mb_init_dequantizer()
97 static void decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, in decode_macroblock()
500 static void decode_mb_rows(VP8D_COMP *pbi) in decode_mb_rows()
755 static unsigned int read_partition_size(VP8D_COMP *pbi, in read_partition_size()
775 VP8D_COMP *pbi, in read_available_partition_size()
822 static void setup_token_decoder(VP8D_COMP *pbi, in setup_token_decoder()
911 static void init_frame(VP8D_COMP *pbi) in init_frame()
980 int vp8_decode_frame(VP8D_COMP *pbi) in vp8_decode_frame()
Ddecodemv.c49 static void read_kf_modes(VP8D_COMP *pbi, MODE_INFO *mi) in read_kf_modes()
151 static void mb_mode_mv_init(VP8D_COMP *pbi) in mb_mode_mv_init()
339 static void read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, MB_MODE_INFO *mbmi) in read_mb_modes_mv()
591 static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi, in decode_mb_mode_mvs()
618 void vp8_decode_mode_mvs(VP8D_COMP *pbi) in vp8_decode_mode_mvs()
Derror_concealment.c45 int vp8_alloc_overlap_lists(VP8D_COMP *pbi) in vp8_alloc_overlap_lists()
62 void vp8_de_alloc_overlap_lists(VP8D_COMP *pbi) in vp8_de_alloc_overlap_lists()
407 void vp8_estimate_missing_mvs(VP8D_COMP *pbi) in vp8_estimate_missing_mvs()
Donyxd_int.h62 struct VP8D_COMP *pbi[MAX_FB_MT_DEC]; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c45 VP9Decoder *const pbi = vpx_memalign(32, sizeof(*pbi)); in vp9_decoder_create() local
84 void vp9_decoder_remove(VP9Decoder *pbi) { in vp9_decoder_remove()
115 vpx_codec_err_t vp9_copy_reference_dec(VP9Decoder *pbi, in vp9_copy_reference_dec()
185 static void swap_frame_buffers(VP9Decoder *pbi) { in swap_frame_buffers()
209 int vp9_receive_compressed_data(VP9Decoder *pbi, in vp9_receive_compressed_data()
282 int vp9_get_raw_frame(VP9Decoder *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
Dvp9_decodeframe.c775 static void get_tile_buffers(VP9Decoder *pbi, in get_tile_buffers()
792 static const uint8_t *decode_tiles(VP9Decoder *pbi, in decode_tiles()
954 static const uint8_t *decode_tiles_mt(VP9Decoder *pbi, in decode_tiles_mt()
1132 static size_t read_uncompressed_header(VP9Decoder *pbi, in read_uncompressed_header()
1264 static int read_compressed_header(VP9Decoder *pbi, const uint8_t *data, in read_compressed_header()
1366 VP9Decoder *pbi, in init_read_bit_buffer()
1386 void vp9_decode_frame(VP9Decoder *pbi, in vp9_decode_frame()
Dvp9_dthread.c137 VP9Decoder *pbi, VP9_COMMON *cm, in vp9_loop_filter_frame_mt()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c406 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
707 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_updates() local
727 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_frame() local
745 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_frame_corrupted() local
/external/clang/test/SemaCXX/
Dmember-pointer.cpp17 int B::*pbi; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extensio… variable
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c36 struct VP9Decoder *pbi; member