Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnow.h80 typedef struct x_and_coeff{ struct
83 } x_and_coeff; typedef
96 x_and_coeff * x_coeff;
612 x_and_coeff *xc= b->x_coeff; in unpack_coeffs()
613 x_and_coeff *prev_xc= NULL; in unpack_coeffs()
614 x_and_coeff *prev2_xc= xc; in unpack_coeffs()
615 x_and_coeff *parent_xc= parent ? parent->x_coeff : NULL; in unpack_coeffs()
616 x_and_coeff *prev_parent_xc= parent_xc; in unpack_coeffs()