/aosp_15_r20/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 175 int chroma_width = width; in setup_420_sp() local 216 int chroma_width = width; in setup_420_sp_s10b() local 249 int chroma_width = width; in setup_p010_sp() local 282 int chroma_width = GRALLOC_ALIGN(width / 2, 16); in setup_420_p() local 323 int chroma_width = width; in setup_420_sp_tiled() local
|
/aosp_15_r20/external/webrtc/test/testsupport/ |
H A D | video_frame_writer_unittest.cc | 48 int chroma_width = buffer->ChromaWidth(); in CreateI420Buffer() local 77 int chroma_width = expected->ChromaWidth(); in AssertI420BuffersEq() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | film_grain.cc | 181 const int chroma_width = in ApplyAutoRegressiveFilterToChromaGrains_C() local 543 const int chroma_width = (width + subsampling_x) >> subsampling_x; in BlendNoiseWithImageChroma_C() local 610 const int chroma_width = (width + subsampling_x) >> subsampling_x; in BlendNoiseWithImageChromaWithCfl_C() local
|
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | film_grain_neon.cc | 266 const int chroma_width = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local 841 const int chroma_width = (width + subsampling_x) >> subsampling_x; in BlendChromaPlaneWithCfl_NEON() local 980 const int chroma_width = (width + subsampling_x) >> subsampling_x; in BlendChromaPlane8bpp_NEON() local 1339 const int chroma_width = (width + subsampling_x) >> subsampling_x; in BlendChromaPlane10bpp_NEON() local
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | film_grain_sse4.cc | 230 const int chroma_width = (width + subsampling_x) >> subsampling_x; in BlendChromaPlaneWithCfl_SSE4_1() local 353 const int chroma_width = (width + subsampling_x) >> subsampling_x; in BlendChromaPlane8bpp_SSE4_1() local
|
/aosp_15_r20/external/webrtc/media/base/ |
H A D | fake_video_renderer.cc | 49 int chroma_width = i420_buffer->ChromaWidth(); in CheckFrameColorYuv() local
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | camera_streamer.cpp | 119 auto chroma_width = frame->ChromaWidth(); in VsockSendYUVFrame() local
|
/aosp_15_r20/external/webrtc/common_video/ |
H A D | video_frame_unittest.cc | 67 int chroma_width = buffer->ChromaWidth(); in CreateGradient() local 91 int chroma_width = buffer->ChromaWidth(); in CreateNV12Gradient() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_decoder.h | 51 unsigned chroma_width, chroma_height; member
|
/aosp_15_r20/external/webrtc/common_video/libyuv/ |
H A D | libyuv_unittest.cc | 49 int chroma_width = frame.ChromaWidth(); in PrintVideoFrame() local
|
H A D | webrtc_libyuv.cc | 68 int chroma_width = input_frame->ChromaWidth(); in ExtractBuffer() local
|
/aosp_15_r20/external/libgav1/src/ |
H A D | film_grain.cc | 389 int chroma_width, in GenerateChromaGrains()
|
H A D | film_grain_test.cc | 956 const int chroma_width = 44; in TEST() local 1266 const int chroma_width = in TestAutoRegressiveFilterChroma() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_highbd_temporal_filter_neon.c | 801 chroma_width = block_width >> ss_x; in vp9_highbd_apply_temporal_filter_neon() local
|
H A D | vp9_temporal_filter_neon.c | 778 chroma_width = block_width >> ss_x; in vp9_apply_temporal_filter_neon() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | highbd_temporal_filter_sse4.c | 822 chroma_width = block_width >> ss_x; in vp9_highbd_apply_temporal_filter_sse4_1() local
|
H A D | temporal_filter_sse4.c | 804 chroma_width = block_width >> ss_x; in vp9_apply_temporal_filter_sse4_1() local
|