Home
last modified time | relevance | path

Searched refs:full_range (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_csc.c176 bool full_range, in vl_csc_get_matrix() argument
179 float ybias = full_range ? -16.0f/255.0f : 0.0f; in vl_csc_get_matrix()
195 cstd = full_range ? &bt_601_full : &bt_601; in vl_csc_get_matrix()
198 cstd = full_range ? &bt_709_full : &bt_709; in vl_csc_get_matrix()
201 cstd = full_range ? &smpte240m_full : &smpte240m; in vl_csc_get_matrix()
Dvl_csc.h55 bool full_range,
/external/v8/tools/
Dgrokdump.py3204 full_range = reader.FindRegion(reader.ExceptionIP())
3205 if full_range is not None:
3206 disasm_start = full_range[0]
3207 disasm_bytes = full_range[1]
/external/v8/src/regexp/
Djsregexp.cc6170 void DispatchTable::AddRange(CharacterRange full_range, int value, in AddRange() argument
6172 CharacterRange current = full_range; in AddRange()