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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsp5xdec.c104 s->v_count[0] = 2;
108 s->v_count[1] = 1;
112 s->v_count[2] = 1;
157 s->nb_blocks[0] = s->h_count[0] * s->v_count[0];
159 s->v_scount[0] = s->v_count[0];
164 s->nb_blocks[1] = s->h_count[1] * s->v_count[1];
166 s->v_scount[1] = s->v_count[1];
171 s->nb_blocks[2] = s->h_count[2] * s->v_count[2];
173 s->v_scount[2] = s->v_count[2];
H A Dmjpegdec.h73 int v_count[MAX_COMPONENTS]; member in struct:MJpegDecodeContext
H A Dmjpegdec.c236 s->v_count[i] = get_bits(&s->gb, 4);
240 if (s->v_count[i] > s->v_max)
241 s->v_max = s->v_count[i];
246 s->v_count[i], s->component_id[i], s->quant_index[i]);
257 /* XXX: also check h_count and v_count */
287 pix_fmt_id = (s->h_count[0] << 28) | (s->v_count[0] << 24) |
288 (s->h_count[1] << 20) | (s->v_count[1] << 16) |
289 (s->h_count[2] << 12) | (s->v_count[2] << 8) |
290 (s->h_count[3] << 4) | s->v_count[3];
357 int size = bw * bh * s->h_count[i] * s->v_count[
[all...]

Completed in 93 milliseconds