Searched refs:a_height (Results 1 – 5 of 5) sorted by relevance
241 s->a_height = 0; in free_buffers()336 s->plane[i].band[j][k].a_height = h8 << j; in alloc_buffers()345 s->plane[i].band[j][k].a_height = h8 << t; in alloc_buffers()368 s->a_height = s->coded_height; in alloc_buffers()657 if (!s->a_height && !s->coded_height) { in cfhd_decode()663 if (s->a_height && !s->coded_height) in cfhd_decode()664 s->coded_height = s->a_height; in cfhd_decode()666 if (s->a_width != s->coded_width || s->a_height != s->coded_height || in cfhd_decode()714 if (!s->a_width || !s->a_height) { in cfhd_decode()721 lowpass_a_height = s->plane[s->channel_num].band[0][0].a_height; in cfhd_decode()[all …]
115 int a_height; member167 int a_height; member
305 s->plane[i].band[j][k].a_height = h8 << j; in cfhd_encode_init()
477 const int a_height = (src_a != NULL) ? height : 0; in WebPWritePGM() local484 (width + 1) & ~1, height + uv_height + a_height); in WebPWritePGM()496 for (y = 0; ok && y < a_height; ++y) { in WebPWritePGM()521 const int a_height = (src_a != NULL) ? height : 0; in WebPWriteYUV() local539 for (y = 0; ok && y < a_height; ++y) { in WebPWriteYUV()