Searched refs:ff_prores_interlaced_scan (Results 1 – 5 of 5) sorted by relevance
36 const uint8_t ff_prores_interlaced_scan[64] = { variable
31 extern const uint8_t ff_prores_interlaced_scan[64];
188 permute(ctx->interlaced_scan, ff_prores_interlaced_scan, idct_permutation); in decode_init()
820 ctx->scantable = ff_prores_interlaced_scan; in prores_encode_init()
1205 ctx->scantable = interlaced ? ff_prores_interlaced_scan in encode_init()