Searched defs:uv_size (Results 1 – 15 of 15) sorted by relevance
229 const int uv_size = in main() local236 const int uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in main() local
246 const int uv_size, in UpdateMetrics()362 const int uv_size = ((image_width + 1) / 2) * ((image_height + 1) / 2); in main() local
78 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
113 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
205 int uv_size = frame_buffer->ChromaWidth() * frame_buffer->ChromaHeight() * in AVGetBuffer2() local
1990 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local2008 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local2044 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local2049 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local
2592 int uv_size = 2 * (ips.width / 2) * (ips.height / 2); in save_recyuv() local2610 int uv_size = (ips.width / 2) * (ips.height / 2); in save_recyuv() local2646 int uv_size = 2 * (ips.width / 2) * (ips.height / 2); in save_recyuv() local2651 int uv_size = (ips.width / 2) * (ips.height / 2); in save_recyuv() local
2904 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local2922 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local2958 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local2963 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local
99 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
33 constexpr int uv_size = ((kFrameHeight + 1) / 2) * ((kFrameWidth + 1) / 2); variable
391 let uv_size = usize_from_u32(uv_row_bytes as u32 * alloc_height)?; in avif_image_allocate_planes_helper() localVariable
939 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() local
1332 const ImVec2 uv_size = uv_b - uv_a; in ShadeVertsLinearUV() local