Searched refs:src0_y (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 700 int I420Interpolate(const uint8* src0_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 766 int I420Interpolate(const uint8_t* src0_y,
|
/external/mesa3d/src/mesa/program/ |
D | prog_to_nir.c | 381 nir_ssa_def *src0_y = ptn_channel(b, src[0], Y); in ptn_lit() local 385 nir_ssa_def *pow = nir_fpow(b, nir_fmax(b, src0_y, nir_imm_float(b, 0.0)), in ptn_lit()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 2437 int I420Interpolate(const uint8* src0_y, in I420Interpolate() argument 2460 if (!src0_y || !src0_u || !src0_v || !src1_y || !src1_u || !src1_v || in I420Interpolate() 2464 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y, in I420Interpolate()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 2638 int I420Interpolate(const uint8_t* src0_y, in I420Interpolate() argument 2661 if (!src0_y || !src0_u || !src0_v || !src1_y || !src1_u || !src1_v || in I420Interpolate() 2665 InterpolatePlane(src0_y, src0_stride_y, src1_y, src1_stride_y, dst_y, in I420Interpolate()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 943 nir_ssa_def *src0_y = ttn_channel(b, src[0], Y); in ttn_lit() local 947 nir_ssa_def *pow = nir_fpow(b, nir_fmax(b, src0_y, nir_imm_float(b, 0.0)), in ttn_lit()
|