Home
last modified time | relevance | path

Searched refs:coeff_data (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcfhd.c384 int16_t *coeff_data; in cfhd_decode() local
708 coeff_data = s->plane[s->channel_num].subband[s->subband_num_actual]; in cfhd_decode()
754 coeff_data[j] = bytestream2_get_be16u(&gb); in cfhd_decode()
756 coeff_data += lowpass_width; in cfhd_decode()
764 memcpy(&coeff_data[lowpass_height * lowpass_width], in cfhd_decode()
765 &coeff_data[(lowpass_height - 1) * lowpass_width], in cfhd_decode()
766 lowpass_width * sizeof(*coeff_data)); in cfhd_decode()
841 *coeff_data |= coeff * 256; in cfhd_decode()
842 *coeff_data++ *= q; in cfhd_decode()
846 *coeff_data++ = coeff; in cfhd_decode()
[all …]
Ddiracdec.c104 const uint8_t *coeff_data; member
611 init_get_bits8(&gb, b->coeff_data, b->length); in decode_subband_internal()
684 b->coeff_data = s->gb.buffer + get_bits_count(&s->gb)/8; in decode_component()