Searched refs:full_range (Results 1 – 4 of 4) sorted by relevance
176 bool full_range, in vl_csc_get_matrix() argument179 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()
55 bool full_range,
3204 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]
6170 void DispatchTable::AddRange(CharacterRange full_range, int value, in AddRange() argument6172 CharacterRange current = full_range; in AddRange()