Home
last modified time | relevance | path

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

/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.cpp192 int width_shift = 7; in bass_pf_1sf_delay() local
195 ener += fPow2Div2((x[i] << headroom_x)) >> width_shift; in bass_pf_1sf_delay()
197 width_shift; in bass_pf_1sf_delay()
198 tmp += fPow2Div2((y[i] << headroom_y)) >> width_shift; in bass_pf_1sf_delay()
201 int exp_ener = ((17 - headroom_x) << 1) + width_shift + 1; in bass_pf_1sf_delay()
202 int exp_corr = (17 - headroom_x) + (17 - headroom_y) + width_shift + 1; in bass_pf_1sf_delay()
203 int exp_tmp = ((17 - headroom_y) << 1) + width_shift + 1; in bass_pf_1sf_delay()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_image.h60 int width_shift; member
Dintel_screen.c1091 .width = image->width >> f->planes[i].width_shift, in intel_create_image_from_fds_common()
1336 width >>= f->planes[plane].width_shift; in intel_from_planar()
Dintel_mipmap_tree.c902 const uint32_t width = image->width >> f->planes[i].width_shift; in miptree_create_for_planar_image()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_regions.h120 int width_shift; member
Dintel_screen.c654 width = parent->region->width >> f->planes[plane].width_shift; in intel_from_planar()