Home
last modified time | relevance | path

Searched defs:x0c (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_dctdnoiz.c111 const float x0c = 1.38703984532215f*x04 + 0.275899379282943f*x07; in fdct8_1d() local
149 const float x0c = x00 - x04; in idct8_1d() local
193 const float x0c = src[ 4*src_stridea] - src[11*src_stridea]; in fdct16_1d() local
278 … const float x0c = 0.541196100146197f*src[ 4*src_stridea] - 1.30656296487638f*src[12*src_stridea]; in idct16_1d() local
/third_party/parse5/packages/parse5/lib/common/
Dunicode.ts16 FORM_FEED = 0x0c, enumerator