Home
last modified time | relevance | path

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

/external/skia/third_party/skcms/src/
DTransform_inl.h348 SI F apply_hlg(const skcms_TransferFunction* tf, F x) { in apply_hlg() function
1211 case Op_hlg_r:{ r = apply_hlg((const skcms_TransferFunction*)*args++, r); } break; in exec_ops()
1212 case Op_hlg_g:{ g = apply_hlg((const skcms_TransferFunction*)*args++, g); } break; in exec_ops()
1213 case Op_hlg_b:{ b = apply_hlg((const skcms_TransferFunction*)*args++, b); } break; in exec_ops()
1214 case Op_hlg_a:{ a = apply_hlg((const skcms_TransferFunction*)*args++, a); } break; in exec_ops()