Searched defs:lsrc (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_virtualbass.c | 99 const double *lsrc = (const double *)in->extended_data[0]; in vb_stereo() local
|
H A D | vf_hue.c | 281 apply_luma_lut(HueContext *s, uint8_t *ldst, const int dst_linesize, uint8_t *lsrc, const int src_linesize, int w, int h) apply_luma_lut() argument 297 apply_luma_lut10(HueContext *s, uint16_t *ldst, const int dst_linesize, uint16_t *lsrc, const int src_linesize, int w, int h) apply_luma_lut10() argument
|
H A D | vf_stereo3d.c | 322 static void anaglyph_ic(uint8_t *dst, uint8_t *lsrc, uint8_t *rsrc, in anaglyph_ic() argument 342 static void anaglyph(uint8_t *dst, uint8_t *lsrc, uint8_t *rsrc, in anaglyph() argument [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 954 LValue *lsrc = src->asLValue(); in copyCompound() local
|
Completed in 7 milliseconds