Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnow.h78 typedef struct x_and_coeff{ struct
81 } x_and_coeff; typedef
94 x_and_coeff * x_coeff;
609 x_and_coeff *xc= b->x_coeff; in unpack_coeffs()
610 x_and_coeff *prev_xc= NULL; in unpack_coeffs()
611 x_and_coeff *prev2_xc= xc; in unpack_coeffs()
612 x_and_coeff *parent_xc= parent ? parent->x_coeff : NULL; in unpack_coeffs()
613 x_and_coeff *prev_parent_xc= parent_xc; in unpack_coeffs()
Dsnow.c572 b->x_coeff=av_mallocz_array(((b->width+1) * b->height+1), sizeof(x_and_coeff)); in ff_snow_common_init_after_header()