Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtpl_model.c470 int alt_index = -1; in init_gop_frames() local
517 gf_picture[1].ref_frame[2] = alt_index; in init_gop_frames()
520 alt_index = 1; in init_gop_frames()
533 gf_picture[frame_idx].ref_frame[2] = alt_index; in init_gop_frames()
544 alt_index = -1; in init_gop_frames()
559 gf_picture[frame_idx].ref_frame[2] = alt_index; in init_gop_frames()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh517 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply() local
520 if (alt_index == HB_OT_MAP_MAX_VALUE && c->random) in apply()
521 alt_index = c->random_number () % count + 1; in apply()
523 if (unlikely (alt_index > count || alt_index == 0)) return_trace (false); in apply()
525 c->replace_glyph (alternates[alt_index - 1]); in apply()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c5419 int alt_index = -1; local
5474 gf_picture[1].ref_frame[2] = alt_index;
5476 alt_index = 1;
5490 gf_picture[frame_idx].ref_frame[2] = alt_index;
5495 stack_push(arf_index_stack, alt_index, arf_stack_size);
5497 alt_index = frame_idx;
5502 alt_index = stack_pop(arf_index_stack, arf_stack_size);
5506 lst_index = alt_index;
5507 alt_index = stack_pop(arf_index_stack, arf_stack_size);
5521 alt_index = -1;
[all …]