Searched refs:map_idx (Results 1 – 2 of 2) sorted by relevance
156 map_idx = bisect.bisect(mem_map_keys, pc) - 1157 (start, end, base, module_path) = mem_map[map_idx]162 mem_map_pcs[map_idx].append(pc - base)
575 const int map_idx = get_ref_frame_map_idx(cpi, ref_frame); in get_ref_frame_buf_idx() local576 return (map_idx != INVALID_IDX) ? cm->ref_frame_map[map_idx] : INVALID_IDX; in get_ref_frame_buf_idx()