Searched refs:x_coeff (Results 1 – 4 of 4) sorted by relevance
161 const size_t x_coeff = par.fAlign >> 0 & 0x03, in ComputeViewboxMatrix() local164 SkASSERT(x_coeff < SK_ARRAY_COUNT(gAlignCoeffs) && in ComputeViewboxMatrix()173 tx + dx * gAlignCoeffs[x_coeff], in ComputeViewboxMatrix()
579 av_freep(&b->x_coeff); in ff_snow_common_init_after_header()580 b->x_coeff=av_mallocz_array(((b->width+1) * b->height+1), sizeof(x_and_coeff)); in ff_snow_common_init_after_header()581 if (!b->x_coeff) in ff_snow_common_init_after_header()733 av_freep(&b->x_coeff); in ff_snow_common_end()
140 v = b->x_coeff[new_index].coeff; in decode_subband_slice_buffered()141 x = b->x_coeff[new_index++].x; in decode_subband_slice_buffered()147 v = b->x_coeff[new_index].coeff; in decode_subband_slice_buffered()148 x = b->x_coeff[new_index++].x; in decode_subband_slice_buffered()
94 x_and_coeff * x_coeff; member610 x_and_coeff *xc= b->x_coeff; in unpack_coeffs()613 x_and_coeff *parent_xc= parent ? parent->x_coeff : NULL; in unpack_coeffs()