Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcfhd.h183 int subband_num_actual; member
Dcfhd.c77 s->subband_num_actual = 0; in init_plane_defaults()
472 s->subband_num_actual = data; in cfhd_decode()
491 … av_log(avctx, AV_LOG_DEBUG, "Encode Method for Subband %d : %x\n", s->subband_num_actual, data); in cfhd_decode()
706 if (s->subband_num_actual == 255) in cfhd_decode()
708 coeff_data = s->plane[s->channel_num].subband[s->subband_num_actual]; in cfhd_decode()
774 av_assert0(s->subband_num_actual != 255); in cfhd_decode()
816 if (s->codebook == 0 && s->transform_type == 2 && s->subband_num_actual == 7) in cfhd_decode()
892 …difference_coding(s->plane[s->channel_num].subband[s->subband_num_actual], highpass_width, highpas… in cfhd_decode()
905 if (s->subband_num_actual != 255) in cfhd_decode()