Home
last modified time | relevance | path

Searched refs:right_index (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Did3v2.c1237 int right_index; in ff_id3v2_parse_chapters() local
1239 right_index = (num_chapters - 1) - i; in ff_id3v2_parse_chapters()
1240 right = chapters[right_index]; in ff_id3v2_parse_chapters()
1242 chapters[right_index] = chapters[i]; in ff_id3v2_parse_chapters()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c992 guint16 right_index; /* within a single line of window text, the in gst_cea708dec_show_pango_window() local
1035 for (i = right_index = WINDOW_MAX_COLS - 1; i >= col; i--) { in gst_cea708dec_show_pango_window()
1037 right_index = i; in gst_cea708dec_show_pango_window()
1045 (i <= right_index) && (index < LINEBUFFER_SIZE - 15); i++) { in gst_cea708dec_show_pango_window()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc72 size_t right_index = length_; in Find() local
74 size_t current_index = left_index + (right_index - left_index) / 2; in Find()
75 DCHECK(right_index > current_index); in Find()
82 right_index = current_index; in Find()