Home
last modified time | relevance | path

Searched refs:x_coeff (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGNode.cpp161 const size_t x_coeff = par.fAlign >> 0 & 0x03, in ComputeViewboxMatrix() local
164 SkASSERT(x_coeff < SK_ARRAY_COUNT(gAlignCoeffs) && in ComputeViewboxMatrix()
173 tx + dx * gAlignCoeffs[x_coeff], in ComputeViewboxMatrix()
/third_party/ffmpeg/libavcodec/
Dsnow.c579 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()
Dsnowdec.c140 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()
Dsnow.h94 x_and_coeff * x_coeff; member
610 x_and_coeff *xc= b->x_coeff; in unpack_coeffs()
613 x_and_coeff *parent_xc= parent ? parent->x_coeff : NULL; in unpack_coeffs()