Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvqavideo.c113 int vector_height; /* height of individual vector */ member
158 s->vector_height = s->avctx->extradata[11]; in vqa_decode_init()
171 ((s->vector_height != 2) && (s->vector_height != 4))) { in vqa_decode_init()
176 if (s->width % s->vector_width || s->height % s->vector_height) { in vqa_decode_init()
196 (s->height / s->vector_height) * 2; in vqa_decode_init()
202 if (s->vector_height == 4) { in vqa_decode_init()
502 if (s->vector_height == 4) in vqa_decode_frame_pal8()
506 for (y = 0; y < s->height; y += s->vector_height) { in vqa_decode_frame_pal8()
519 lines = s->vector_height; in vqa_decode_frame_pal8()
[all...]

Completed in 2 milliseconds