Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dspeedhq.c60 enum { SHQ_SUBSAMPLING_420, SHQ_SUBSAMPLING_422, SHQ_SUBSAMPLING_444 } enumerator
411 for (x = 0; x < frame->width - 8 * (s->subsampling != SHQ_SUBSAMPLING_444); x += 16) { in decode_speedhq_field()
438 if (s->subsampling == SHQ_SUBSAMPLING_444) { in decode_speedhq_field()
480 if (s->subsampling != SHQ_SUBSAMPLING_444 && (frame->width & 15)) in decode_speedhq_field()
697 s->subsampling = SHQ_SUBSAMPLING_444; in speedhq_decode_init()
702 s->subsampling = SHQ_SUBSAMPLING_444; in speedhq_decode_init()
712 s->subsampling = SHQ_SUBSAMPLING_444; in speedhq_decode_init()

Completed in 2 milliseconds