Lines Matching refs:h_count
306 int h_count[MAX_COMPONENTS] = { 0 };
377 h_count[i] = get_bits(&s->gb, 4);
380 if (h_count[i] > s->h_max)
381 s->h_max = h_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],
427 memcmp(s->h_count, h_count, sizeof(h_count)) ||
434 memcpy(s->h_count, h_count, sizeof(h_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];
764 int size = bw * bh * s->h_count[i] * s->v_count[i];
771 s->block_stride[i] = bw * s->h_count[i];
1618 int h = s->h_max / s->h_count[c];
1697 s->nb_blocks[i] = s->h_count[index] * s->v_count[index];
1698 s->h_scount[i] = s->h_count[index];