Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresdata.c36 const uint8_t ff_prores_interlaced_scan[64] = { variable
Dproresdata.h31 extern const uint8_t ff_prores_interlaced_scan[64];
Dproresdec2.c188 permute(ctx->interlaced_scan, ff_prores_interlaced_scan, idct_permutation); in decode_init()
Dproresenc_anatoliy.c820 ctx->scantable = ff_prores_interlaced_scan; in prores_encode_init()
Dproresenc_kostya.c1205 ctx->scantable = interlaced ? ff_prores_interlaced_scan in encode_init()