Searched refs:last_output (Results 1 – 3 of 3) sorted by relevance
59 p->last_output = first_sample; in lsx_adpcm_init()73 s += p->last_output; in lsx_adpcm_decode()85 return p->last_output = s; in lsx_adpcm_decode()90 int delta = sample - p->last_output; in lsx_adpcm_encode()
29 int last_output; member
1133 unsigned int last_output; in calc_tile_resize_coefficients() local1169 last_output = resized_width - 1; in calc_tile_resize_coefficients()1170 if (closest && ((last_output * resize_coeff_h) % 8192)) in calc_tile_resize_coefficients()1171 last_output++; in calc_tile_resize_coefficients()1173 (DIV_ROUND_UP(last_output * resize_coeff_h, 8192) + 1) in calc_tile_resize_coefficients()1226 last_output = resized_height - 1; in calc_tile_resize_coefficients()1227 if (closest && ((last_output * resize_coeff_v) % 8192)) in calc_tile_resize_coefficients()1228 last_output++; in calc_tile_resize_coefficients()1230 (DIV_ROUND_UP(last_output * resize_coeff_v, 8192) + 1) in calc_tile_resize_coefficients()