x_and_coeff       572 libavcodec/snow.c                 b->x_coeff=av_mallocz_array(((b->width+1) * b->height+1), sizeof(x_and_coeff));
x_and_coeff        93 libavcodec/snow.h     x_and_coeff * x_coeff;
x_and_coeff       623 libavcodec/snow.h     x_and_coeff *xc= b->x_coeff;
x_and_coeff       624 libavcodec/snow.h     x_and_coeff *prev_xc= NULL;
x_and_coeff       625 libavcodec/snow.h     x_and_coeff *prev2_xc= xc;
x_and_coeff       626 libavcodec/snow.h     x_and_coeff *parent_xc= parent ? parent->x_coeff : NULL;
x_and_coeff       627 libavcodec/snow.h     x_and_coeff *prev_parent_xc= parent_xc;