Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcfhd.h180 int difference_coding; member
Dcfhd.c100 s->difference_coding = 0; in init_frame_defaults()
117 static inline void difference_coding(int16_t *band, int width, int height) in difference_coding() function
588 s->difference_coding = (data >> 4) & 1; in cfhd_decode()
891 if (s->difference_coding) in cfhd_decode()
892difference_coding(s->plane[s->channel_num].subband[s->subband_num_actual], highpass_width, highpas… in cfhd_decode()