Home
last modified time | relevance | path

Searched refs:phase_index (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c104 guint phase_index; member
314 interlace->phase_index = interlace->pattern_offset; in gst_interlace_reset()
542 interlace->phase_index = interlace->pattern_offset; in gst_interlace_setcaps()
653 format->n_fields[interlace->phase_index] - in gst_interlace_sink_event()
687 interlace->phase_index++; in gst_interlace_sink_event()
688 if (!format->n_fields[interlace->phase_index]) { in gst_interlace_sink_event()
689 interlace->phase_index = 0; in gst_interlace_sink_event()
1282 && interlace->phase_index == pattern_offset in gst_interlace_chain()
1288 current_fields = format->n_fields[interlace->phase_index]; in gst_interlace_chain()
1290 interlace->phase_index++; in gst_interlace_chain()
[all …]
/third_party/ffmpeg/libavcodec/
Datrac3plus.h87 int phase_index; ///< quantized phase index member
Datrac3plusdsp.c145 pos = DEQUANT_PHASE(wave_param->phase_index) - (reg_offset ^ 128) * inc & 2047; in waves_synth()
Datrac3plus.c1587 wparam[i].phase_index = get_bits(gb, 5); in decode_tones_phase()
/third_party/gstreamer/gstplugins_bad/
DChangeLog32152 interlace: Increment phase_index before checking if we're at the end of the phase
32153 Incrementing it afterwards will always have to phase_index >= 1 and we