Home
last modified time | relevance | path

Searched refs:lsz_sat (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c474 const int lsz_sat = dst_sat->linesize[0]; in compute_sat_hue_metrics8() local
476 uint8_t *p_sat = dst_sat->data[0] + slice_start * lsz_sat; in compute_sat_hue_metrics8()
488 p_sat += lsz_sat; in compute_sat_hue_metrics8()
513 const int lsz_sat = dst_sat->linesize[0] / 2; in compute_sat_hue_metrics16() local
515 uint16_t *p_sat = (uint16_t*)dst_sat->data[0] + slice_start * lsz_sat; in compute_sat_hue_metrics16()
527 p_sat += lsz_sat; in compute_sat_hue_metrics16()
576 const int lsz_sat = sat->linesize[0]; in filter_frame8() local
632 p_sat += lsz_sat; in filter_frame8()
798 const int lsz_sat = sat->linesize[0] / 2; in filter_frame16() local
854 p_sat += lsz_sat; in filter_frame16()
[all...]

Completed in 2 milliseconds