Home
last modified time | relevance | path

Searched refs:InterpolatePlane (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2000 int InterpolatePlane(const uint8* src0, int src_stride0, in InterpolatePlane() function
2074 return InterpolatePlane(src_argb0, src_stride_argb0, in ARGBInterpolate()
2100 InterpolatePlane(src0_y, src0_stride_y, in I420Interpolate()
2104 InterpolatePlane(src0_u, src0_stride_u, in I420Interpolate()
2108 InterpolatePlane(src0_v, src0_stride_v, in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2341 int InterpolatePlane(const uint8* src0, in InterpolatePlane() function
2430 return InterpolatePlane(src_argb0, src_stride_argb0, src_argb1, in ARGBInterpolate()
2464 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y, in I420Interpolate()
2466 InterpolatePlane(src0_u, src0_stride_u, src1_u, src1_stride_u, dst_u, in I420Interpolate()
2468 InterpolatePlane(src0_v, src0_stride_v, src1_v, src1_stride_v, dst_v, in I420Interpolate()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h673 int InterpolatePlane(const uint8* src0,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h438 int InterpolatePlane(const uint8* src0, int src_stride0,
/external/libyuv/files/unit_test/
Dplanar_test.cc965 InterpolatePlane(&orig_pixels_0[0], 0, &orig_pixels_1[0], 0, in TEST_F()
984 InterpolatePlane(&orig_pixels_0[0], 0, &orig_pixels_1[0], 0, in TEST_F()
991 InterpolatePlane(&orig_pixels_0[0], 0, &orig_pixels_1[0], 0, in TEST_F()
1000 InterpolatePlane(&orig_pixels_0[0], 0, &orig_pixels_1[0], 0, in TEST_F()