Searched refs:x_and_coeff (Results 1 – 2 of 2) sorted by relevance
78 typedef struct x_and_coeff{ struct81 } x_and_coeff; typedef94 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()
572 b->x_coeff=av_mallocz_array(((b->width+1) * b->height+1), sizeof(x_and_coeff)); in ff_snow_common_init_after_header()