/aosp_15_r20/external/libvpx/vpx_scale/generic/ |
H A D | yv12config.c | 57 int uv_width = aligned_width >> 1; in vp8_yv12_realloc_frame_buffer() local 178 const int uv_width = aligned_width >> ss_x; in vpx_realloc_frame_buffer() local
|
/aosp_15_r20/external/libaom/aom_scale/generic/ |
H A D | yv12config.c | 64 const int aligned_height, const int uv_width, const int uv_height, in realloc_frame_buffer_aligned() 254 const int uv_width = aligned_width >> ss_x; in aom_realloc_frame_buffer() local
|
/aosp_15_r20/external/webp/imageio/ |
H A D | image_enc.c | 509 const int uv_width = (width + 1) / 2; in WebPWritePGM() local 553 const int uv_width = (width + 1) / 2; in WebPWriteYUV() local
|
/aosp_15_r20/external/libyuv/source/ |
H A D | convert.cc | 183 int uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in Planar16bitTo8bit() local 245 const int uv_width = SUBSAMPLE(width, 1, 1); in I41xToI420() local 290 const int uv_width = SUBSAMPLE(width, 1, 1); in I21xToI420() local 613 const int uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in IxxxToPxxx() local 898 int uv_width = (width + 1) & ~1; in MT2TToP010() local 1415 const int uv_width = SUBSAMPLE(width, subsample_x, subsample_x); in PxxxToIxxx() local
|
/aosp_15_r20/external/webp/examples/ |
H A D | cwebp.c | 52 const int uv_width = (pic->width + 1) / 2; in ReadYUV() local 310 const int uv_width = (picture->width + 1) / 2; in DumpPicture() local
|
/aosp_15_r20/external/libgav1/src/ |
H A D | frame_buffer.cc | 76 const int uv_width = in Libgav1ComputeFrameBufferInfo() local
|
H A D | yuv_buffer.cc | 60 const int uv_width = in Realloc() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | yuv_temporal_filter_test.cc | 329 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in CompareTestWithParam() local 454 const int uv_width = width >> ss_x, uv_height = height >> ss_y; in RunTestFilterWithParam() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_lookahead.c | 99 int uv_width = src->uv_crop_width; in vp9_lookahead_push() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | lookahead.c | 106 int uv_width = src->uv_crop_width; in av1_lookahead_push() local
|
/aosp_15_r20/external/libvpx/vpx_scale/ |
H A D | yv12config.h | 36 int uv_width; member
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | picture_enc.c | 109 const int uv_width = (int)(((int64_t)width + 1) >> 1); in WebPPictureAllocYUVA() local
|
H A D | picture_tools_enc.c | 201 const int uv_width = (picture->width >> 1); in WebPBlendAlpha() local
|
H A D | picture_csp_enc.c | 518 const int uv_width = (width + 1) >> 1; in ImportYUVAFromRGBA() local
|
/aosp_15_r20/external/webp/src/dsp/ |
H A D | yuv.c | 132 const int uv_width = src_width >> 1; in WebPConvertARGBToUV_C() local
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | buffer_dec.c | 50 const int uv_width = (width + 1) / 2; in CheckDecBuffer() local
|
H A D | io_dec.c | 594 const int uv_width = (io->mb_w + 1) >> 1; in CustomSetup() local
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | threading.c | 740 int uv_width; in vp8mt_alloc_temp_buffers() local
|
/aosp_15_r20/external/libaom/aom_scale/ |
H A D | yv12config.h | 56 int uv_width; member
|
/aosp_15_r20/external/webp/extras/ |
H A D | extras.c | 39 int y, width, uv_width; in WebPImportGray() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_highbd_temporal_filter_neon.c | 673 const unsigned int uv_width = block_width >> ss_x, in highbd_apply_temporal_filter_chroma() local
|
H A D | vp9_temporal_filter_neon.c | 657 const unsigned int uv_width = block_width >> ss_x, in apply_temporal_filter_chroma() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | highbd_temporal_filter_sse4.c | 694 const unsigned int uv_width = block_width >> ss_x, in vp9_highbd_apply_temporal_filter_chroma() local
|
H A D | temporal_filter_sse4.c | 683 const unsigned int uv_width = block_width >> ss_x, in vp9_apply_temporal_filter_chroma() local
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 5167 unsigned int uv_width = (y_width + 1) / 2; in vp8_get_compressed_data() local
|