Searched refs:eidx (Results 1 – 3 of 3) sorted by relevance
590 int eidx = result.indexOf(')'); in getDisplayName() local591 if (sidx != -1 && eidx != -1 && (eidx - sidx) == 3) { in getDisplayName()592 teststr = result.substring(sidx+1, eidx); in getDisplayName()
592 int eidx = result.indexOf(')'); in getDisplayName() local593 if (sidx != -1 && eidx != -1 && (eidx - sidx) == 3) { in getDisplayName()594 teststr = result.substring(sidx+1, eidx); in getDisplayName()
972 const float eidx = (len - i - 0.5f) / len; in atrac9_decode_init() local974 const float e_c = sinf(eidx*M_PI - M_PI_2)*0.5f + 0.5f; in atrac9_decode_init()