Searched refs:width_shift (Results 1 – 7 of 7) sorted by relevance
989 INT width_shift = (INT)(fNormz((FIXP_DBL)n)); in get_gain() local992 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()
192 int width_shift = 7; in bass_pf_1sf_delay() local195 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()
60 int width_shift; member
1091 .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()
902 const uint32_t width = image->width >> f->planes[i].width_shift; in miptree_create_for_planar_image()
120 int width_shift; member
654 width = parent->region->width >> f->planes[plane].width_shift; in intel_from_planar()