Home
last modified time | relevance | path

Searched refs:width_shift (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/fragment_shading_rate/
DesextcFragmentShadingRateTests.cpp69 uint32_t width_shift; // 0, 1, 2 in packShadingRate() local
75 width_shift = 0; in packShadingRate()
79 width_shift = 0; in packShadingRate()
83 width_shift = 0; in packShadingRate()
87 width_shift = 1; in packShadingRate()
91 width_shift = 1; in packShadingRate()
95 width_shift = 1; in packShadingRate()
99 width_shift = 2; in packShadingRate()
103 width_shift = 2; in packShadingRate()
107 width_shift = 2; in packShadingRate()
[all …]
/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.h38 int width_shift; member
Ddri2.c999 templ.width0 = width >> map->planes[i].width_shift; in dri_create_image_from_winsys()
/external/aac/libAACdec/src/
Dblock.cpp989 INT width_shift = (INT)(fNormz((FIXP_DBL)n)); in get_gain() local
992 width_shift = 31 - width_shift; in get_gain()
996 fMultDiv2((x[i] << headroom_x), (y[i] << headroom_y)) >> width_shift; in get_gain()
997 ener += fPow2Div2((y[i] << headroom_y)) >> width_shift; in get_gain()
1000 int exp_corr = (17 - headroom_x) + (17 - headroom_y) + width_shift + 1; in get_gain()
1001 int exp_ener = ((17 - headroom_y) << 1) + width_shift + 1; in get_gain()
Dusacdec_lpd.cpp198 int width_shift = 7; in bass_pf_1sf_delay() local
201 ener += fPow2Div2((x[i] << headroom_x)) >> width_shift; in bass_pf_1sf_delay()
203 width_shift; in bass_pf_1sf_delay()
204 tmp += fPow2Div2((y[i] << headroom_y)) >> width_shift; in bass_pf_1sf_delay()
207 int exp_ener = ((17 - headroom_x) << 1) + width_shift + 1; in bass_pf_1sf_delay()
208 int exp_corr = (17 - headroom_x) + (17 - headroom_y) + width_shift + 1; in bass_pf_1sf_delay()
209 int exp_tmp = ((17 - headroom_y) << 1) + width_shift + 1; in bass_pf_1sf_delay()
/external/libgav1/src/dsp/
Dintrapred_cfl_test.cc330 const int width_shift = in GetLumaWidth() local
332 return block_width << width_shift; in GetLumaWidth()
/external/fmtlib/include/fmt/
Dbase.h716 width_shift = 6,
749 return static_cast<arg_id_kind>((data_ & width_mask) >> width_shift);
752 data_ = (data_ & ~width_mask) | (static_cast<unsigned>(w) << width_shift);