Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcfhd.c241 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 …]
Dcfhd.h115 int a_height; member
167 int a_height; member
Dcfhdenc.c305 s->plane[i].band[j][k].a_height = h8 << j; in cfhd_encode_init()
/third_party/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c477 const int a_height = (src_a != NULL) ? height : 0; in WebPWritePGM() local
484 (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() local
539 for (y = 0; ok && y < a_height; ++y) { in WebPWriteYUV()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dimage_enc.c477 const int a_height = (src_a != NULL) ? height : 0; in WebPWritePGM() local
484 (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() local
539 for (y = 0; ok && y < a_height; ++y) { in WebPWriteYUV()