HomeSort by relevance Sort by last modified time
    Searched refs:VP9D_COMP (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 113 VP9D_COMP *vp9_create_decompressor(const VP9D_CONFIG *oxcf) {
114 VP9D_COMP *const pbi = vpx_memalign(32, sizeof(VP9D_COMP));
155 void vp9_remove_decompressor(VP9D_COMP *pbi) {
185 vpx_codec_err_t vp9_copy_reference_dec(VP9D_COMP *pbi,
255 int vp9_get_reference_dec(VP9D_COMP *pbi, int index, YV12_BUFFER_CONFIG **fb) {
266 static void swap_frame_buffers(VP9D_COMP *pbi) {
290 int vp9_receive_compressed_data(VP9D_COMP *pbi,
406 int vp9_get_raw_frame(VP9D_COMP *pbi, YV12_BUFFER_CONFIG *sd,
vp9_decoder.h 62 } VP9D_COMP;
vp9_dthread.c 136 void vp9_loop_filter_frame_mt(VP9D_COMP *pbi,
vp9_decodeframe.c 676 static void decode_tile(VP9D_COMP *pbi, const TileInfo *const tile,
781 static const uint8_t *decode_tiles(VP9D_COMP *pbi,
870 static const uint8_t *decode_tiles_mt(VP9D_COMP *pbi,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 208 VP9D_COMP *const pbi = (VP9D_COMP*)optr;
235 VP9D_COMP *const pbi = ctx->pbi;

Completed in 165 milliseconds