Home
last modified time | relevance | path

Searched refs:VP9D_COMP (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.c113 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()
Dvp9_decoder.h62 } VP9D_COMP; typedef
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/vp9/
Dvp9_dx_iface.c208 VP9D_COMP *const pbi = (VP9D_COMP*)optr; in decode_one()
235 VP9D_COMP *const pbi = ctx->pbi; in decode_one()