Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvqavideo.c104 int vector_height; /* height of individual vector */ member
155 s->vector_height = s->avctx->extradata[11]; in vqa_decode_init()
160 ((s->vector_height != 2) && (s->vector_height != 4))) { in vqa_decode_init()
165 if (s->width % s->vector_width || s->height % s->vector_height) { in vqa_decode_init()
181 (s->height / s->vector_height) * 2; in vqa_decode_init()
187 if (s->vector_height == 4) { in vqa_decode_init()
480 if (s->vector_height == 4) in vqa_decode_chunk()
484 for (y = 0; y < s->height; y += s->vector_height) { in vqa_decode_chunk()
497 lines = s->vector_height; in vqa_decode_chunk()
516 lines = s->vector_height; in vqa_decode_chunk()