Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py156 map_idx = bisect.bisect(mem_map_keys, pc) - 1
157 (start, end, base, module_path) = mem_map[map_idx]
162 mem_map_pcs[map_idx].append(pc - base)
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h575 const int map_idx = get_ref_frame_map_idx(cpi, ref_frame); in get_ref_frame_buf_idx() local
576 return (map_idx != INVALID_IDX) ? cm->ref_frame_map[map_idx] : INVALID_IDX; in get_ref_frame_buf_idx()