Home
last modified time | relevance | path

Searched refs:RSCALE (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmdct_template.c36 # define RSCALE(x, y) ((x) + (y)) macro
39 # define RSCALE(x, y) ((int)((x) + (unsigned)(y) + 32) >> 6) macro
41 # define RSCALE(x, y) ((int)((x) + (unsigned)(y)) >> 1) macro
184 re = RSCALE(-input[2*i+n3], - input[n3-1-2*i]); in ff_mdct_calc_c()
185 im = RSCALE(-input[n4+2*i], + input[n4-1-2*i]); in ff_mdct_calc_c()
189 re = RSCALE( input[2*i] , - input[n2-1-2*i]); in ff_mdct_calc_c()
190 im = RSCALE(-input[n2+2*i], - input[ n-1-2*i]); in ff_mdct_calc_c()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst326 - pan/bi: Model RSCALE for Valhall
D22.2.0.rst739 - pan/va: Rename RSCALE to LDEXP