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        94 libavcodec/snow.h     x_and_coeff * x_coeff;
x_and_coeff       609 libavcodec/snow.h     x_and_coeff *xc= b->x_coeff;
x_and_coeff       610 libavcodec/snow.h     x_and_coeff *prev_xc= NULL;
x_and_coeff       611 libavcodec/snow.h     x_and_coeff *prev2_xc= xc;
x_and_coeff       612 libavcodec/snow.h     x_and_coeff *parent_xc= parent ? parent->x_coeff : NULL;
x_and_coeff       613 libavcodec/snow.h     x_and_coeff *prev_parent_xc= parent_xc;