Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dmediancut.c106 const unsigned int aidx = 8, bidx = len / 2, cidx = len - 1; in qsort_pivot() local
107 const unsigned int a = base[aidx].tmp.sort_value, b = in qsort_pivot()
109 return (a < b) ? ((b < c) ? bidx : ((a < c) ? cidx : aidx)) in qsort_pivot()
110 : ((b > c) ? bidx : ((a < c) ? aidx : cidx)); in qsort_pivot()
/third_party/ffmpeg/libavcodec/
Dwmavoice.c1102 pulse_start, n, idx, range, aidx, start_off = 0; in aw_pulse_set2() local
1143 aidx = get_bits(gb, s->aw_n_pulses[0] > 0 ? 5 - 2 * block_idx : 4); in aw_pulse_set2()
1144 for (n = 0; n <= aidx; pulse_start++) { in aw_pulse_set2()