Searched refs:a_width (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | cfhdenc.c | 304 s->plane[i].band[j][k].a_width = w8 << j; in cfhd_encode_init() 377 static void quantize_band(int16_t *input, int width, int a_width, in quantize_band() argument 385 input += a_width; in quantize_band() 437 int a_width = s->plane[plane].band[2][0].a_width; in cfhd_encode_frame() local 454 in_stride, a_width, a_width, in cfhd_encode_frame() 459 low_stride = s->plane[plane].band[2][0].a_width; in cfhd_encode_frame() 461 high_stride = s->plane[plane].band[2][0].a_width; in cfhd_encode_frame() 464 a_width, low_strid in cfhd_encode_frame() 609 int a_width = s->plane[p].band[0][0].a_width; cfhd_encode_frame() local 666 int a_width = s->plane[p].band[l][0].a_width; cfhd_encode_frame() local [all...] |
H A D | cfhd.c | 243 s->a_width = 0; in free_buffers() 336 s->plane[i].band[j][k].a_width = w8 << j; in alloc_buffers() 345 s->plane[i].band[j][k].a_width = w8 << t; in alloc_buffers() 370 s->a_width = s->coded_width; in alloc_buffers() 652 if (!s->a_width && !s->coded_width) { in cfhd_decode() 660 if (s->a_width && !s->coded_width) in cfhd_decode() 661 s->coded_width = s->a_width; in cfhd_decode() 665 if (s->a_width != s->coded_width || s->a_height != s->coded_height || in cfhd_decode() 711 if (!s->a_width || !s->a_height) { in cfhd_decode() 719 lowpass_a_width = s->plane[s->channel_num].band[0][0].a_width; in cfhd_decode() [all...] |
H A D | cfhd.h | 111 int a_width; member 164 int a_width; member
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_enc.c | 97 int a_width, a_stride; in WebPPictureAllocYUVA() local 111 a_width = has_alpha ? width : 0; in WebPPictureAllocYUVA() 112 a_stride = a_width; in WebPPictureAllocYUVA()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 38370 wuffs_png__decoder__calculate_bytes_per_row( const wuffs_png__decoder* self, uint32_t a_width) wuffs_png__decoder__calculate_bytes_per_row() argument [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 37170 wuffs_png__decoder__calculate_bytes_per_row( const wuffs_png__decoder* self, uint32_t a_width) wuffs_png__decoder__calculate_bytes_per_row() argument [all...] |
Completed in 97 milliseconds