Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
267 int check_fragments_for_errors(VP8D_COMP *pbi) in check_fragments_for_errors()
306 int vp8dx_receive_compressed_data(VP8D_COMP *pbi, size_t size, in vp8dx_receive_compressed_data()
420 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_… in vp8dx_get_raw_frame()
509 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.c40 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()
96 static void decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, in decode_macroblock()
499 static void decode_mb_rows(VP8D_COMP *pbi) in decode_mb_rows()
746 static unsigned int read_partition_size(VP8D_COMP *pbi, in read_partition_size()
766 VP8D_COMP *pbi, in read_available_partition_size()
813 static void setup_token_decoder(VP8D_COMP *pbi, in setup_token_decoder()
902 static void init_frame(VP8D_COMP *pbi) in init_frame()
971 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()
617 void vp8_decode_mode_mvs(VP8D_COMP *pbi) in vp8_decode_mode_mvs()
Derror_concealment.c47 int vp8_alloc_overlap_lists(VP8D_COMP *pbi) in vp8_alloc_overlap_lists()
64 void vp8_de_alloc_overlap_lists(VP8D_COMP *pbi) in vp8_de_alloc_overlap_lists()
409 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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c114 VP9D_COMP *const pbi = vpx_memalign(32, sizeof(VP9D_COMP)); in vp9_create_decompressor() local
155 void vp9_remove_decompressor(VP9D_COMP *pbi) { in vp9_remove_decompressor()
185 vpx_codec_err_t vp9_copy_reference_dec(VP9D_COMP *pbi, in vp9_copy_reference_dec()
255 int vp9_get_reference_dec(VP9D_COMP *pbi, int index, YV12_BUFFER_CONFIG **fb) { in vp9_get_reference_dec()
266 static void swap_frame_buffers(VP9D_COMP *pbi) { in swap_frame_buffers()
290 int vp9_receive_compressed_data(VP9D_COMP *pbi, in vp9_receive_compressed_data()
406 int vp9_get_raw_frame(VP9D_COMP *pbi, YV12_BUFFER_CONFIG *sd, in vp9_get_raw_frame()
Dvp9_decodeframe.c676 static void decode_tile(VP9D_COMP *pbi, const TileInfo *const tile, in decode_tile()
781 static const uint8_t *decode_tiles(VP9D_COMP *pbi, in decode_tiles()
870 static const uint8_t *decode_tiles_mt(VP9D_COMP *pbi, in decode_tiles_mt()
1015 static size_t read_uncompressed_header(VP9D_COMP *pbi, in read_uncompressed_header()
1152 static int read_compressed_header(VP9D_COMP *pbi, const uint8_t *data, in read_compressed_header()
1252 int vp9_decode_frame(VP9D_COMP *pbi, in vp9_decode_frame()
Dvp9_dthread.c136 void vp9_loop_filter_frame_mt(VP9D_COMP *pbi, in vp9_loop_filter_frame_mt()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c464 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; in vp8_decode() local
830 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_updates() local
851 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_last_ref_frame() local
871 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; in vp8_get_frame_corrupted() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c31 struct VP9Decompressor *pbi; member
208 VP9D_COMP *const pbi = (VP9D_COMP*)optr; in decode_one() local
235 VP9D_COMP *const pbi = ctx->pbi; in decode_one() local