Searched defs:InterpolatePlane (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc2000 int InterpolatePlane(const uint8* src0, int src_stride0, function
2074 return InterpolatePlane(src_argb0, src_stride_argb0,
2100 InterpolatePlane(src0_y, src0_stride_y,
2104 InterpolatePlane(src0_u, src0_stride_u,
2108 InterpolatePlane(src0_v, src0_stride_v,
/external/libyuv/files/source/
H A Dplanar_functions.cc2341 int InterpolatePlane(const uint8* src0, function
2430 return InterpolatePlane(src_argb0, src_stride_argb0, src_argb1,
2464 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y,
2466 InterpolatePlane(src0_u, src0_stride_u, src1_u, src1_stride_u, dst_u,
2468 InterpolatePlane(src0_v, src0_stride_v, src1_v, src1_stride_v, dst_v,

Completed in 58 milliseconds