Lines Matching defs:coefs_ptr
578 float *coefs_ptr;
592 coefs_ptr = coefs + (region * REGION_SIZE);
630 *coefs_ptr++ = decoded_value * scale_factor;
645 coefs_ptr = coefs + (region * REGION_SIZE);
650 if (*coefs_ptr != 0) {
652 if (fabs(*coefs_ptr) > 2.0 * decoder_standard_deviation[region]) {
656 coefs_ptr++;
668 if (*coefs_ptr != 0)
670 coefs_ptr++;
683 coefs_ptr = coefs + (region * REGION_SIZE);
690 if (category == 7 || *coefs_ptr == 0)
691 *coefs_ptr = dw1 & 1 ? noise : -noise;
692 coefs_ptr++;
695 if (category == 7 || *coefs_ptr == 0)
696 *coefs_ptr = dw2 & 1 ? noise : -noise;
697 coefs_ptr++;