Home
last modified time | relevance | path

Searched defs:AV1Decoder (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecoder.h232 typedef struct AV1Decoder { struct
233 DecoderCodingBlock dcb;
237 AVxWorker lf_worker;
238 AV1LfSync lf_row_sync;
239 AV1LrSync lr_row_sync;
240 AV1LrStruct lr_ctxt;
241 AV1CdefSync cdef_sync;
242 AV1CdefWorkerData *cdef_worker;
243 AVxWorker *tile_workers;
244 int num_workers;
[all …]
/aosp_15_r20/external/libaom/test/
H A Dcodec_factory.h92 explicit AV1Decoder(aom_codec_dec_cfg_t cfg) : Decoder(cfg) {} in AV1Decoder() function
94 AV1Decoder(aom_codec_dec_cfg_t cfg, const aom_codec_flags_t flag) in AV1Decoder() function
/aosp_15_r20/external/libaom/examples/
H A Danalyzer.cc35 class AV1Decoder { class
73 AV1Decoder::AV1Decoder() in AV1Decoder() function in AV1Decoder