Home
last modified time | relevance | path

Searched refs:dc1 (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Modules/cjkcodecs/
H A D_codecs_cn.c26 #define GBK_DECODE(dc1, dc2, writer) \
27 if ((dc1) == 0xa1 && (dc2) == 0xaa) { \
30 else if ((dc1) == 0xa8 && (dc2) == 0x44) { \
33 else if ((dc1) == 0xa1 && (dc2) == 0xa4) { \
36 else if (TRYMAP_DEC(gb2312, decoded, dc1 ^ 0x80, dc2 ^ 0x80)) { \
39 else if (TRYMAP_DEC(gbkext, decoded, dc1, dc2)) { \
/third_party/ffmpeg/libavcodec/
H A Dh264pred_template.c577 int dc0, dc1; in pred8x8_top_dc() local
582 dc0=dc1=0; in pred8x8_top_dc()
585 dc1+= src[4+i-stride]; in pred8x8_top_dc()
588 dc1splat = PIXEL_SPLAT_X4((dc1 + 2)>>2); in pred8x8_top_dc()
603 int dc0, dc1; in pred8x16_top_dc() local
608 dc0=dc1=0; in pred8x16_top_dc()
611 dc1+= src[4+i-stride]; in pred8x16_top_dc()
614 dc1splat = PIXEL_SPLAT_X4((dc1 + 2)>>2); in pred8x16_top_dc()
625 int dc0, dc1, dc2; in pred8x8_dc() local
630 dc0=dc1 in pred8x8_dc()
654 int dc0, dc1, dc2, dc3, dc4; pred8x16_dc() local
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Dvp8dsp.c204 LOCAL_ALIGNED_16(int16_t, dc1, [4 * 4]); in check_luma_dc_wht()
237 memcpy(dc1, dc0, 16 * sizeof(int16_t)); in check_luma_dc_wht()
241 call_new(block1, dc1); in check_luma_dc_wht()
243 memcmp(dc0, dc1, 16 * sizeof(int16_t))) in check_luma_dc_wht()
245 bench_new(block1, dc1); in check_luma_dc_wht()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264pred_mmi.c249 uint32_t dc1, dc2; in ff_pred8x8l_dc_8_mmi() local
325 dc1 = l0+l1+l2+l3+l4+l5+l6+l7; in ff_pred8x8l_dc_8_mmi()
326 dc.i = ((dc1+dc2+8)>>4)*0x01010101U; in ff_pred8x8l_dc_8_mmi()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_cubemap.cpp495 const DescriptorCounts dc1 = in InitCreateBinders() local
498 dc0.counts.insert(dc0.counts.end(), dc1.counts.begin(), dc1.counts.end()); in InitCreateBinders()
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dscript_extension.rs660 ('ᶿ', '\u{1dc1}'),
/third_party/ffmpeg/libavcodec/arm/
H A Dvp8dsp_armv6.S75 uadd16 r8, r2, r4 @ dc1[0,1]
86 uadd16 r9, r3, r5 @ dc1[2,3]
/third_party/ffmpeg/libavcodec/x86/
H A Dvp8dsp.asm1098 cglobal vp8_luma_dc_wht, 2, 3, 0, block, dc1, dc2
H A Dh264_intrapred.asm632 packuswb mm0, mm1 ; dc0,dc1 (b)

Completed in 13 milliseconds