Lines Matching defs:v_count
307 int v_count[MAX_COMPONENTS] = { 0 };
378 v_count[i] = get_bits(&s->gb, 4);
382 if (v_count[i] > s->v_max)
383 s->v_max = v_count[i];
389 if (!h_count[i] || !v_count[i]) {
392 i, h_count[i], v_count[i]);
397 i, h_count[i], v_count[i],
428 memcmp(s->v_count, v_count, sizeof(v_count))) {
435 memcpy(s->v_count, v_count, sizeof(v_count));
482 pix_fmt_id = ((unsigned)s->h_count[0] << 28) | (s->v_count[0] << 24) |
483 (s->h_count[1] << 20) | (s->v_count[1] << 16) |
484 (s->h_count[2] << 12) | (s->v_count[2] << 8) |
485 (s->h_count[3] << 4) | s->v_count[3];
488 * padding of h/v_count being 4 */
764 int size = bw * bh * s->h_count[i] * s->v_count[i];
1619 int v = s->v_max / s->v_count[c];
1697 s->nb_blocks[i] = s->h_count[index] * s->v_count[index];
1699 s->v_scount[i] = s->v_count[index];