Searched refs:VP9D_COMP (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.c | 113 VP9D_COMP *vp9_create_decompressor(const VP9D_CONFIG *oxcf) { in vp9_create_decompressor() 114 VP9D_COMP *const pbi = vpx_memalign(32, sizeof(VP9D_COMP)); in vp9_create_decompressor() 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()
|
D | vp9_decoder.h | 62 } VP9D_COMP; typedef
|
D | vp9_decodeframe.c | 676 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()
|
D | vp9_dthread.c | 136 void vp9_loop_filter_frame_mt(VP9D_COMP *pbi, in vp9_loop_filter_frame_mt()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 208 VP9D_COMP *const pbi = (VP9D_COMP*)optr; in decode_one() 235 VP9D_COMP *const pbi = ctx->pbi; in decode_one()
|