Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Daptx.c447 …predictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sampl… in aptx_prediction_filtering()
448 + MUL64(prediction->s_weight[1], reconstructed_sample)) >> 22, 23); in aptx_prediction_filtering()
480 sw1 = rshift32(-same_sign[1] * prediction->s_weight[1], 1); in aptx_process_subband()
484 weight[0] = 254 * prediction->s_weight[0] + 0x800000*same_sign[0] + sw1; in aptx_process_subband()
485 prediction->s_weight[0] = av_clip(rshift32(weight[0], 8), -range, range); in aptx_process_subband()
487 range = 0x3C0000 - prediction->s_weight[0]; in aptx_process_subband()
488 weight[1] = 255 * prediction->s_weight[1] + 0xC00000*same_sign[1]; in aptx_process_subband()
489 prediction->s_weight[1] = av_clip(rshift32(weight[1], 8), -range, range); in aptx_process_subband()
H A Daptx.h74 int32_t s_weight[2]; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Daptx.c447 …predictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sampl… in aptx_prediction_filtering()
448 + MUL64(prediction->s_weight[1], reconstructed_sample)) >> 22, 23); in aptx_prediction_filtering()
480 sw1 = rshift32(-same_sign[1] * prediction->s_weight[1], 1); in aptx_process_subband()
484 weight[0] = 254 * prediction->s_weight[0] + 0x800000*same_sign[0] + sw1; in aptx_process_subband()
485 prediction->s_weight[0] = av_clip(rshift32(weight[0], 8), -range, range); in aptx_process_subband()
487 range = 0x3C0000 - prediction->s_weight[0]; in aptx_process_subband()
488 weight[1] = 255 * prediction->s_weight[1] + 0xC00000*same_sign[1]; in aptx_process_subband()
489 prediction->s_weight[1] = av_clip(rshift32(weight[1], 8), -range, range); in aptx_process_subband()
H A Daptx.h74 int32_t s_weight[2]; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Daptx.c447 …predictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sampl… in aptx_prediction_filtering()
448 + MUL64(prediction->s_weight[1], reconstructed_sample)) >> 22, 23); in aptx_prediction_filtering()
480 sw1 = rshift32(-same_sign[1] * prediction->s_weight[1], 1); in aptx_process_subband()
484 weight[0] = 254 * prediction->s_weight[0] + 0x800000*same_sign[0] + sw1; in aptx_process_subband()
485 prediction->s_weight[0] = av_clip(rshift32(weight[0], 8), -range, range); in aptx_process_subband()
487 range = 0x3C0000 - prediction->s_weight[0]; in aptx_process_subband()
488 weight[1] = 255 * prediction->s_weight[1] + 0xC00000*same_sign[1]; in aptx_process_subband()
489 prediction->s_weight[1] = av_clip(rshift32(weight[1], 8), -range, range); in aptx_process_subband()
H A Daptx.h74 int32_t s_weight[2]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Daptx.c447 …predictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sampl… in aptx_prediction_filtering()
448 + MUL64(prediction->s_weight[1], reconstructed_sample)) >> 22, 23); in aptx_prediction_filtering()
480 sw1 = rshift32(-same_sign[1] * prediction->s_weight[1], 1); in aptx_process_subband()
484 weight[0] = 254 * prediction->s_weight[0] + 0x800000*same_sign[0] + sw1; in aptx_process_subband()
485 prediction->s_weight[0] = av_clip(rshift32(weight[0], 8), -range, range); in aptx_process_subband()
487 range = 0x3C0000 - prediction->s_weight[0]; in aptx_process_subband()
488 weight[1] = 255 * prediction->s_weight[1] + 0xC00000*same_sign[1]; in aptx_process_subband()
489 prediction->s_weight[1] = av_clip(rshift32(weight[1], 8), -range, range); in aptx_process_subband()
H A Daptx.h74 int32_t s_weight[2]; member
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/
H A Ddefine_grid_tile_grid.h73 LOCAL FP s_weight[NUM_VIS_LOCAL];\
90 s_weight[tid_x] = weight;\
148 norm_local += sum * s_weight[i_vis_local];\
190 LOCAL FP s_weight[NUM_VIS_LOCAL];\
207 s_weight[tid_x] = weight;\
287 norm_local += sum * s_weight[i_vis_local];\
/dports/math/p5-Graph/Graph-0.9725/t/
H A D50_vertex_attributes.t31 add_weighted_%s has_%s_weight get_%s_weight set_%s_weight delete_%s_weight
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Daptx.c71 int32_t s_weight[2]; member
799 …predictor = av_clip_intp2((MUL64(prediction->s_weight[0], prediction->previous_reconstructed_sampl… in aptx_prediction_filtering()
800 + MUL64(prediction->s_weight[1], reconstructed_sample)) >> 22, 23); in aptx_prediction_filtering()
832 sw1 = rshift32(-same_sign[1] * prediction->s_weight[1], 1); in aptx_process_subband()
836 weight[0] = 254 * prediction->s_weight[0] + 0x800000*same_sign[0] + sw1; in aptx_process_subband()
837 prediction->s_weight[0] = av_clip(rshift32(weight[0], 8), -range, range); in aptx_process_subband()
839 range = 0x3C0000 - prediction->s_weight[0]; in aptx_process_subband()
840 weight[1] = 255 * prediction->s_weight[1] + 0xC00000*same_sign[1]; in aptx_process_subband()
841 prediction->s_weight[1] = av_clip(rshift32(weight[1], 8), -range, range); in aptx_process_subband()
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DcrySurf.c221 float s_weight, s_level;
293 s_weight = mols->smooth_weight;
375 else if ( s_nstep != iso->smooth_nstep || s_weight != iso->smooth_weight ) {
H A DxcMolSurf.c216 float s_weight, s_level; in XC_MolSurfConfigCmd() local
258 s_weight = mols->smooth_weight; in XC_MolSurfConfigCmd()
426 …if ( s_nstep != iso->smooth_nstep || s_weight != iso->smooth_weight || s_level != mols->isolevel… in XC_MolSurfConfigCmd()
446 s_weight = iso->smooth_weight; in XC_MolSurfConfigCmd()
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_injection.c1148 cs_real_t s_weight = zis->flow_rate * cs_glob_lagr_time_step->dtp in _init_particles() local
1151 cs_lagr_particles_set_real(p_set, p_id, CS_LAGR_STAT_WEIGHT, s_weight); in _init_particles()
1712 cs_real_t s_weight = cs_lagr_particles_get_real(p_set, p_id, in cs_lagr_injection() local
1714 cs_real_t flow_rate = ( s_weight in cs_lagr_injection()
1727 z_weight += s_weight; in cs_lagr_injection()
/dports/devel/wxformbuilder/source/src/utils/
H A Dtypeconv.cpp301 wxString s_weight = tkz.GetNextToken(); in StringToFont() local
302 if ( s_weight.ToLong( &l_weight ) ) in StringToFont()
/dports/textproc/py-wordnet/WordNet-2.0/dict/
H A Dindex.verb7666 pull_one's_weight v 1 1 @ 1 0 02341303
H A Dindex.sense143577 pull_one's_weight%2:41:00:: 02341303 1 0
H A Ddata.verb11811 02341303 41 v 01 pull_one's_weight 0 001 @ 02340529 v 0000 01 + 02 00 | do one's share in a common …