Home
last modified time | relevance | path

Searched refs:VP9Decompressor (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decoder.h38 typedef struct VP9Decompressor { struct
66 int vp9_receive_compressed_data(struct VP9Decompressor *pbi, argument
70 int vp9_get_raw_frame(struct VP9Decompressor *pbi,
75 vpx_codec_err_t vp9_copy_reference_dec(struct VP9Decompressor *pbi,
83 int vp9_get_reference_dec(struct VP9Decompressor *pbi,
87 struct VP9Decompressor *vp9_create_decompressor(const VP9D_CONFIG *oxcf);
89 void vp9_remove_decompressor(struct VP9Decompressor *pbi);
Dvp9_decodeframe.h20 struct VP9Decompressor;
24 int vp9_decode_frame(struct VP9Decompressor *pbi,
Dvp9_dthread.h21 struct VP9Decompressor;
53 void vp9_loop_filter_frame_mt(struct VP9Decompressor *pbi,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c31 struct VP9Decompressor *pbi;
185 struct VP9Decompressor *optr; in decode_one()