Home
last modified time | relevance | path

Searched refs:store_weight (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwavpackenc.c524 static int8_t store_weight(int weight) in store_weight() function
560 dpp->weightA = restore_weight(store_weight(dpp->weightA)); in decorr_mono()
1140 dpp->weightA = restore_weight(store_weight(dpp->weightA)); in decorr_stereo()
1141 dpp->weightB = restore_weight(store_weight(dpp->weightB)); in decorr_stereo()
1368 dpp->weightA = restore_weight(store_weight(dpp->weightA)); in decorr_stereo_quick()
1369 dpp->weightB = restore_weight(store_weight(dpp->weightB)); in decorr_stereo_quick()
2615 temp = store_weight(type); \ in wavpack_encode_block()
2626 if (store_weight(dpp->weightA) || in wavpack_encode_block()
2627 (!(s->flags & WV_MONO_DATA) && store_weight(dpp->weightB))) in wavpack_encode_block()

Completed in 5 milliseconds