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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_image.h60 int width_shift; member in struct:intel_image_format::__anon17173
H A Dintel_tex_image.c215 const uint32_t width = image->width >> f->planes[i].width_shift;
H A Dintel_screen.c824 width = parent->width >> f->planes[plane].width_shift;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_regions.h125 int width_shift; member in struct:intel_image_format::__anon17054
H A Dintel_screen.c646 width = parent->region->width >> f->planes[plane].width_shift;
/external/aac/libAACdec/src/
H A Dblock.cpp987 INT width_shift = (INT)(fNormz((FIXP_DBL)n)); local
990 width_shift = 31 - width_shift;
994 fMultDiv2((x[i] << headroom_x), (y[i] << headroom_y)) >> width_shift;
995 ener += fPow2Div2((y[i] << headroom_y)) >> width_shift;
998 int exp_corr = (17 - headroom_x) + (17 - headroom_y) + width_shift + 1;
999 int exp_ener = ((17 - headroom_y) << 1) + width_shift + 1;
H A Dusacdec_lpd.cpp192 int width_shift = 7; local
195 ener += fPow2Div2((x[i] << headroom_x)) >> width_shift;
197 width_shift;
198 tmp += fPow2Div2((y[i] << headroom_y)) >> width_shift;
201 int exp_ener = ((17 - headroom_x) << 1) + width_shift + 1;
202 int exp_corr = (17 - headroom_x) + (17 - headroom_y) + width_shift + 1;
203 int exp_tmp = ((17 - headroom_y) << 1) + width_shift + 1;

Completed in 174 milliseconds