Home
last modified time | relevance | path

Searched defs:uv_size (Results 1 – 15 of 15) sorted by relevance

/external/libyuv/util/
Dyuvconvert.cc229 const int uv_size = in main() local
236 const int uv_size = ((dst_width + 1) / 2) * ((dst_height + 1) / 2); in main() local
Dpsnr_main.cc246 const int uv_size, in UpdateMetrics()
362 const int uv_size = ((image_width + 1) / 2) * ((image_height + 1) / 2); in main() local
/external/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc78 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
/external/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc78 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
/external/libyuv/source/
Dconvert_to_i420.cc78 int uv_size = ((crop_width + 1) / 2) * ((abs_crop_height + 1) / 2); in ConvertToI420() local
/external/webp/src/enc/
Dpicture_enc.c113 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_decoder_impl.cc205 int uv_size = frame_buffer->ChromaWidth() * frame_buffer->ChromaHeight() * in AVGetBuffer2() local
/external/libva-utils/encode/
Dh264encode.c1990 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local
2008 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local
2044 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local
2049 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local
Dav1encode.c2592 int uv_size = 2 * (ips.width / 2) * (ips.height / 2); in save_recyuv() local
2610 int uv_size = (ips.width / 2) * (ips.height / 2); in save_recyuv() local
2646 int uv_size = 2 * (ips.width / 2) * (ips.height / 2); in save_recyuv() local
2651 int uv_size = (ips.width / 2) * (ips.height / 2); in save_recyuv() local
Dhevcencode.c2904 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local
2922 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local
2958 int uv_size = 2 * (frame_width / 2) * (frame_height / 2); in save_recyuv() local
2963 int uv_size = (frame_width / 2) * (frame_height / 2); in save_recyuv() local
/external/webp/src/dec/
Dbuffer_dec.c99 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
/external/webrtc/test/
Dframe_generator_unittest.cc33 constexpr int uv_size = ((kFrameHeight + 1) / 2) * ((kFrameWidth + 1) / 2); variable
/external/rust/crabbyavif/src/capi/
Dimage.rs391 let uv_size = usize_from_u32(uv_row_bytes as u32 * alloc_height)?; in avif_image_allocate_planes_helper() localVariable
/external/libvpx/vp9/encoder/
Dvp9_pickmode.c939 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() local
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1332 const ImVec2 uv_size = uv_b - uv_a; in ShadeVertsLinearUV() local