Searched defs:y_src (Results 1 – 14 of 14) sorted by relevance
| /external/ComputeLibrary/tests/validation/reference/ |
| 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
|
| D | Scale.cpp | 73 float y_src = 0; in scale_core() local
|
| /external/libaom/av1/encoder/ |
| 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() 412 const uint8_t *y_src, int stride, int block_size, in av1_get_block_hash_value()
|
| /external/libvpx/test/ |
| D | yuv_temporal_filter_test.cc | 117 const Buffer<PixelType> &y_src, const Buffer<PixelType> &y_pre, in ApplyReferenceFilter() 330 Buffer<PixelType> y_src = Buffer<PixelType>(width, height, 0); in CompareTestWithParam() local 455 Buffer<PixelType> y_src = Buffer<PixelType>(width, height, 0); in RunTestFilterWithParam() local
|
| /external/libvpx/vp8/common/ |
| D | mfqe.c | 65 static void apply_ifactor(unsigned char *y_src, int y_src_stride, in apply_ifactor()
|
| /external/libvpx/vp8/decoder/ |
| D | decodeframe.c | 358 unsigned char *y_src, in yv12_extend_frame_left_right_c()
|
| /external/libultrahdr/lib/src/ |
| D | gainmapmath.cpp | 1069 uint8_t* y_src = static_cast<uint8_t*>(src->planes[UHDR_PLANE_Y]); in convert_raw_input_to_ycbcr() local 1096 uint8_t* y_src = static_cast<uint8_t*>(src->planes[UHDR_PLANE_Y]); in convert_raw_input_to_ycbcr() local
|
| D | jpegr.cpp | 369 uint8_t* y_src = reinterpret_cast<uint8_t*>(yuv420_image.data); in encodeJPEGR() local
|
| /external/libvpx/vp9/encoder/arm/neon/ |
| 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()
|
| 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()
|
| /external/libvpx/vp9/encoder/x86/ |
| 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()
|
| 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()
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_temporal_filter.c | 403 const uint16_t *y_src, int y_src_stride, const uint16_t *y_pre, in vp9_highbd_apply_temporal_filter_c()
|
| /external/libdav1d/src/ |
| D | recon_tmpl.c | 1376 pixel *y_src = ((pixel *) f->cur.data[0]) + 4 * (t->bx & ~ss_hor) + in bytefn() local
|