Home
last modified time | relevance | path

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

/third_party/skia/modules/svg/src/
H A DSkSVGNode.cpp161 const size_t x_coeff = par.fAlign >> 0 & 0x03, in ComputeViewboxMatrix()
164 SkASSERT(x_coeff < SK_ARRAY_COUNT(gAlignCoeffs) && in ComputeViewboxMatrix()
173 tx + dx * gAlignCoeffs[x_coeff], in ComputeViewboxMatrix()
/third_party/ffmpeg/libavcodec/
H A Dsnow.c576 av_freep(&b->x_coeff); in ff_snow_common_init_after_header()
577 b->x_coeff = av_calloc((b->width + 1) * b->height + 1, in ff_snow_common_init_after_header()
578 sizeof(*b->x_coeff)); in ff_snow_common_init_after_header()
579 if (!b->x_coeff) in ff_snow_common_init_after_header()
731 av_freep(&b->x_coeff); in ff_snow_common_end()
H A Dsnow.h96 x_and_coeff * x_coeff; member
612 x_and_coeff *xc= b->x_coeff; in unpack_coeffs()
615 x_and_coeff *parent_xc= parent ? parent->x_coeff : NULL; in unpack_coeffs()
H A Dsnowdec.c137 v = b->x_coeff[new_index].coeff; in decode_subband_slice_buffered()
138 x = b->x_coeff[new_index++].x; in decode_subband_slice_buffered()
144 v = b->x_coeff[new_index].coeff; in decode_subband_slice_buffered()
145 x = b->x_coeff[new_index++].x; in decode_subband_slice_buffered()

Completed in 5 milliseconds