Home
last modified time | relevance | path

Searched refs:ldst (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_hue.c289 uint8_t *ldst, const int dst_linesize, in apply_luma_lut() argument
297 ldst[i] = s->lut_l[lsrc[i]]; in apply_luma_lut()
300 ldst += dst_linesize; in apply_luma_lut()
305 uint16_t *ldst, const int dst_linesize, in apply_luma_lut10() argument
313 ldst[i] = s->lut_l16[lsrc[i]]; in apply_luma_lut10()
316 ldst += dst_linesize; in apply_luma_lut10()
/third_party/ffmpeg/libswscale/
Drgb2rgb_template.c388 uint64_t *ldst = (uint64_t *)dst; in yuvPlanartoyuy2_c() local
395 *ldst++ = k + (l << 32); in yuvPlanartoyuy2_c()
452 uint64_t *ldst = (uint64_t *)dst; in yuvPlanartouyvy_c() local
459 *ldst++ = k + (l << 32); in yuvPlanartouyvy_c()