Home
last modified time | relevance | path

Searched refs:src0_y (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/include/libyuv/
Dplanar_functions.h700 int I420Interpolate(const uint8* src0_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h455 int I420Interpolate(const uint8* src0_y, int src0_stride_y,
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c381 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/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc2082 int I420Interpolate(const uint8* src0_y, int src0_stride_y, in I420Interpolate() argument
2094 if (!src0_y || !src0_u || !src0_v || in I420Interpolate()
2100 InterpolatePlane(src0_y, src0_stride_y, in I420Interpolate()
/external/libyuv/files/source/
Dplanar_functions.cc2437 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/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c941 nir_ssa_def *src0_y = ttn_channel(b, src[0], Y); in ttn_lit() local
945 nir_ssa_def *pow = nir_fpow(b, nir_fmax(b, src0_y, nir_imm_float(b, 0.0)), in ttn_lit()