/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_compute_variance.cpp | 169 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() local 213 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() local 252 int y_src = (y - 1) + offset_y - kernel_radius_xy; in compute_pixel_region_variance() local 365 int y_src = y + kernel_radius_xy; in compute_pixel_region_variance() local 397 int y_src = y + kernel_radius_xy; in compute_pixel_region_variance() local
|
D | astcenccli_image.cpp | 182 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_floatx4_array() local 216 unsigned int y_src = y_flip ? (dim_y - y - 1) : y; in astc_img_from_unorm8x4_array() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | hash_motion.c | 27 static void get_pixels_in_1D_char_array_by_block_2x2(const uint8_t *y_src, in get_pixels_in_1D_char_array_by_block_2x2() 40 static void get_pixels_in_1D_short_array_by_block_2x2(const uint16_t *y_src, in get_pixels_in_1D_short_array_by_block_2x2() 394 const uint8_t *y_src, int stride, int block_size, in av1_get_block_hash_value()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | CropResize.cpp | 63 float y_src = std::floor(idh * hr); in scale_image() local 81 float y_src = idh * hr; in scale_image() local
|
H A D | Scale.cpp | 73 float y_src = 0; in scale_core() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | yuv_temporal_filter_test.cc | 118 const Buffer<PixelType> &y_src, const Buffer<PixelType> &y_pre, in ApplyReferenceFilter() 331 Buffer<PixelType> y_src = Buffer<PixelType>(width, height, 0); in CompareTestWithParam() local 456 Buffer<PixelType> y_src = Buffer<PixelType>(width, height, 0); in RunTestFilterWithParam() local
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | mfqe.c | 65 static void apply_ifactor(unsigned char *y_src, int y_src_stride, in apply_ifactor()
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | decodeframe.c | 358 unsigned char *y_src, in yv12_extend_frame_left_right_c()
|
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | gainmapmath.cpp | 1543 uint8_t* y_src = static_cast<uint8_t*>(src->planes[UHDR_PLANE_Y]); in copy_raw_image() local 1562 uint8_t* y_src = static_cast<uint8_t*>(src->planes[UHDR_PLANE_Y]); in copy_raw_image() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_highbd_temporal_filter_neon.c | 793 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_neon()
|
H A D | vp9_temporal_filter_neon.c | 770 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_neon()
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | highbd_temporal_filter_sse4.c | 814 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_sse4_1()
|
H A D | temporal_filter_sse4.c | 796 const uint8_t *y_src, int y_src_stride, const uint8_t *y_pre, in vp9_apply_temporal_filter_sse4_1()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_temporal_filter.c | 605 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_c()
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | recon_tmpl.c | 1349 pixel *y_src = ((pixel *) f->cur.data[0]) + 4 * (t->bx & ~ss_hor) + in bytefn() local
|