Home
last modified time | relevance | path

Searched defs:ysrc (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/enc/
Diterator_enc.c135 const uint8_t* const ysrc = pic->y + (y * pic->y_stride + x) * 16; in VP8IteratorImport() local
192 const uint8_t* const ysrc = it->yuv_out_ + Y_OFF_ENC; in VP8IteratorExport() local
293 const uint8_t* const ysrc = it->yuv_out_ + Y_OFF_ENC; in VP8IteratorSaveBoundary() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_bit_size.c267 nir_phi_src *ysrc = rzalloc(lowered[1], nir_phi_src); in split_phi() local