Home
last modified time | relevance | path

Searched refs:SHQ_DCT_ALPHA (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dspeedhq.c62 enum { SHQ_NO_ALPHA, SHQ_RLE_ALPHA, SHQ_DCT_ALPHA } alpha_type; enumerator
338 } else if (s->alpha_type == SHQ_DCT_ALPHA) { in decode_speedhq_border()
464 } else if (s->alpha_type == SHQ_DCT_ALPHA) { in decode_speedhq_field()
708 s->alpha_type = SHQ_DCT_ALPHA; in speedhq_decode_init()
713 s->alpha_type = SHQ_DCT_ALPHA; in speedhq_decode_init()

Completed in 2 milliseconds