Lines Matching defs:coeff_data
383 int16_t *coeff_data;
705 coeff_data = s->plane[s->channel_num].subband[s->subband_num_actual];
751 coeff_data[j] = bytestream2_get_be16u(&gb);
753 coeff_data += lowpass_width;
761 memcpy(&coeff_data[lowpass_height * lowpass_width],
762 &coeff_data[(lowpass_height - 1) * lowpass_width],
763 lowpass_width * sizeof(*coeff_data));
838 *coeff_data |= coeff * 256U;
839 *coeff_data++ *= q;
843 *coeff_data++ = coeff;
869 *coeff_data |= coeff * 256U;
870 *coeff_data++ *= q;
874 *coeff_data++ = coeff;
887 peak_table(coeff_data - count, &s->peak, count);