Lines Matching refs:av_const
52 static inline av_const double av_sf2double(SoftFloat v) {
57 static av_const SoftFloat av_normalize_sf(SoftFloat a){
79 static inline av_const SoftFloat av_normalize1_sf(SoftFloat a){
102 static inline av_const SoftFloat av_mul_sf(SoftFloat a, SoftFloat b){
116 static inline av_const SoftFloat av_div_sf(SoftFloat a, SoftFloat b){
138 static inline av_const int av_cmp_sf(SoftFloat a, SoftFloat b){
150 static inline av_const int av_gt_sf(SoftFloat a, SoftFloat b)
162 static inline av_const SoftFloat av_add_sf(SoftFloat a, SoftFloat b){
173 static inline av_const SoftFloat av_sub_sf(SoftFloat a, SoftFloat b){
185 static inline av_const SoftFloat av_int2sf(int v, int frac_bits){
198 static inline av_const int av_sf2int(SoftFloat v, int frac_bits){