Lines Matching refs:fltr0
437 int32_t value, fltr0, fltr1, fltr2, fltr3, fltr4, fltr5, fltr6, factor; member
494 sp[0].fltr0 = -1; in wv_unpack_dsd_high()
498 sp[0].fltr0 = 0; in wv_unpack_dsd_high()
508 sp[0].byte = (sp[0].byte << 1) | (sp[0].fltr0 & 1); in wv_unpack_dsd_high()
509 sp[0].factor += (((sp[0].value ^ sp[0].fltr0) >> 31) | 1) & in wv_unpack_dsd_high()
511 sp[0].fltr1 += ((sp[0].fltr0 & VALUE_ONE) - sp[0].fltr1) >> 6; in wv_unpack_dsd_high()
512 sp[0].fltr2 += ((sp[0].fltr0 & VALUE_ONE) - sp[0].fltr2) >> 4; in wv_unpack_dsd_high()
529 sp[1].fltr0 = -1; in wv_unpack_dsd_high()
533 sp[1].fltr0 = 0; in wv_unpack_dsd_high()
543 sp[1].byte = (sp[1].byte << 1) | (sp[1].fltr0 & 1); in wv_unpack_dsd_high()
544 sp[1].factor += (((sp[1].value ^ sp[1].fltr0) >> 31) | 1) & in wv_unpack_dsd_high()
546 sp[1].fltr1 += ((sp[1].fltr0 & VALUE_ONE) - sp[1].fltr1) >> 6; in wv_unpack_dsd_high()
547 sp[1].fltr2 += ((sp[1].fltr0 & VALUE_ONE) - sp[1].fltr2) >> 4; in wv_unpack_dsd_high()