Home
last modified time | relevance | path

Searched refs:block_visitor_fn_t (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecoder.h323 typedef void (*block_visitor_fn_t)(AV1Decoder *const pbi, ThreadData *const td, typedef
Ddecodeframe.c1344 static const block_visitor_fn_t block_visit[4] = { NULL, parse_decode_block, in decode_partition()