Home
last modified time | relevance | path

Searched refs:coded (Results 1 - 24 of 24) sorted by relevance

/third_party/python/Modules/cjkcodecs/
H A D_codecs_iso2022.c595 DBCHAR coded; in ksx1001_encoder() local
598 if (TRYMAP_ENC(cp949, coded, *data)) { in ksx1001_encoder()
599 if (!(coded & 0x8000)) in ksx1001_encoder()
600 return coded; in ksx1001_encoder()
634 DBCHAR coded; in jisx0208_encoder() local
639 else if (TRYMAP_ENC(jisxcommon, coded, *data)) { in jisx0208_encoder()
640 if (!(coded & 0x8000)) in jisx0208_encoder()
641 return coded; in jisx0208_encoder()
673 DBCHAR coded; in jisx0212_encoder() local
676 if (TRYMAP_ENC(jisxcommon, coded, *dat in jisx0212_encoder()
781 DBCHAR coded; jisx0213_encoder() local
832 DBCHAR coded = jisx0213_encoder(data, length, (void *)2000); jisx0213_2000_1_encoder() local
844 DBCHAR coded; jisx0213_2000_1_encoder_paironly() local
867 DBCHAR coded = jisx0213_encoder(data, length, (void *)2000); jisx0213_2000_2_encoder() local
879 DBCHAR coded = jisx0213_encoder(data, length, NULL); jisx0213_2004_1_encoder() local
891 DBCHAR coded; jisx0213_2004_1_encoder_paironly() local
914 DBCHAR coded = jisx0213_encoder(data, length, NULL); jisx0213_2004_2_encoder() local
936 DBCHAR coded; jisx0201_r_encoder() local
956 DBCHAR coded; jisx0201_k_encoder() local
989 DBCHAR coded; gb2312_encoder() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dgsmdec_template.c56 static inline int decode_log_area(int coded, int factor, int offset) in decode_log_area() argument
58 coded <<= 10; in decode_log_area()
59 coded -= offset; in decode_log_area()
60 return gsm_mult(coded, factor) * 2; in decode_log_area()
H A Dvorbisenc.c803 int coded[MAX_FLOOR_VALUES]; // first 2 values are unused in floor_encode() local
811 coded[0] = coded[1] = 1; in floor_encode()
823 coded[i] = 0; // must be used later as flag! in floor_encode()
826 if (!coded[fc->list[i].low ]) in floor_encode()
827 coded[fc->list[i].low ] = -1; in floor_encode()
828 if (!coded[fc->list[i].high]) in floor_encode()
829 coded[fc->list[i].high] = -1; in floor_encode()
833 coded[i] = posts[i] - predicted + lowroom; in floor_encode()
835 coded[ in floor_encode()
[all...]
H A Dmsmpeg4dec.h41 int n, int coded, const uint8_t *scan_table);
H A Dopus_silk.c33 int coded; member
378 if (offset != 4 && frame->coded) { in silk_decode_lpc()
568 if (i == 0 && (frame_num == 0 || !frame->coded)) { in silk_decode_frame()
569 /* gain is coded absolute */ in silk_decode_frame()
573 if (frame->coded) in silk_decode_frame()
576 /* gain is coded relative */ in silk_decode_frame()
611 /* primary lag is coded absolute */ in silk_decode_frame()
735 frame->coded = 1; in silk_decode_frame()
770 if (!frame->coded) in silk_flush_frame()
783 frame->coded in silk_flush_frame()
[all...]
H A Dh261dec.c273 static int h261_decode_block(H261DecContext *h, int16_t *block, int n, int coded) in h261_decode_block() argument
283 * first one in INTRA blocks which is fixed length coded with 8 bits. in h261_decode_block()
297 * being coded as 1111 1111. */ in h261_decode_block()
302 } else if (coded) { in h261_decode_block()
317 if (!coded) { in h261_decode_block()
H A Dmss2.c468 int coded, x, y, w, h; member
580 wmv9rects[i].coded = arith2_get_number(&acoder, 2); in mss2_decode_frame()
705 if (wmv9rects[i].coded) { in mss2_decode_frame()
H A Dmsmpeg4dec.c244 /* predict coded block pattern */ in msmpeg4v34_decode_mb()
649 int n, int coded, const uint8_t *scan_table) in ff_msmpeg4_decode_block()
685 if (!coded) { in ff_msmpeg4_decode_block()
708 if (!coded) { in ff_msmpeg4_decode_block()
648 ff_msmpeg4_decode_block(MpegEncContext * s, int16_t * block, int n, int coded, const uint8_t *scan_table) ff_msmpeg4_decode_block() argument
H A Dvp3.c271 * which of the fragments are coded */
300 * is coded. */
490 /* unpack the list of partially-coded superblocks */ in unpack_superblocks()
507 "Invalid partially coded superblock run length\n"); in unpack_superblocks()
518 /* unpack the list of fully coded superblocks if any of the blocks were in unpack_superblocks()
519 * not marked as partially coded in the previous step */ in unpack_superblocks()
542 "Invalid fully coded superblock run length\n"); in unpack_superblocks()
546 /* skip any superblocks already marked as partially coded */ in unpack_superblocks()
567 /* figure out which fragments are coded; iterate through each in unpack_superblocks()
607 int coded in unpack_superblocks() local
757 int mb_coded, pattern, coded; vp4_unpack_macroblocks() local
[all...]
H A Dg2meet.c571 /* the top-left pixel is coded independently with 3 unsigned numbers */ in epic_handle_edges()
694 /* run-length is coded as plain binary number of idx - 1 bits */ in epic_decode_run_length()
1061 int bits, bitbuf, coded; in kempf_decode_tile() local
1126 // blocks are coded LSB and we need normal bitreader for JPEG data in kempf_decode_tile()
1136 coded = bitbuf & 1; in kempf_decode_tile()
1139 cblocks += coded; in kempf_decode_tile()
1145 c->kempf_flags[j * 2 + 1 + (i * 2 + 1) * bstride] = coded; in kempf_decode_tile()
H A Dvc1_block.c576 * @param coded are AC coeffs present or not
580 int coded, int codingset) in vc1_decode_i_block()
629 i = !!coded; in vc1_decode_i_block()
631 if (coded) { in vc1_decode_i_block()
713 * @param coded are AC coeffs present or not
718 int coded, int codingset, int mquant) in vc1_decode_i_block_adv()
794 if (coded) { in vc1_decode_i_block_adv()
904 * @param coded are AC coeffs present or not
909 int coded, int mquant, int codingset) in vc1_decode_intra_block()
992 if (coded) { in vc1_decode_intra_block()
579 vc1_decode_i_block(VC1Context *v, int16_t block[64], int n, int coded, int codingset) vc1_decode_i_block() argument
717 vc1_decode_i_block_adv(VC1Context *v, int16_t block[64], int n, int coded, int codingset, int mquant) vc1_decode_i_block_adv() argument
908 vc1_decode_intra_block(VC1Context *v, int16_t block[64], int n, int coded, int mquant, int codingset) vc1_decode_intra_block() argument
[all...]
H A Dituh263dec.c533 int n, int coded) in h263_decode_block()
587 if (!coded) { in h263_decode_block()
532 h263_decode_block(MpegEncContext * s, int16_t * block, int n, int coded) h263_decode_block() argument
H A Djpeg2000dec.c1960 int coded = 0; in tile_codeblocks() local
1995 coded = 1; in tile_codeblocks()
2015 if (coded) in tile_codeblocks()
H A Dmpeg4videodec.c1112 int n, int coded, int intra, in mpeg4_decode_block()
1145 if (!coded) in mpeg4_decode_block()
1167 if (!coded) { in mpeg4_decode_block()
1658 // like MB_TYPE_B_DIRECT but no vectors coded in mpeg4_decode_mb()
2639 ctx->cplx_estimation_trash_i += 8 * get_bits1(gb); /* not coded blocks */ in decode_vol_header()
3030 /* vop coded */ in decode_vop_header()
3033 av_log(s->avctx, AV_LOG_ERROR, "vop not coded\n"); in decode_vop_header()
3306 * FRAME_SKIPPED if a not coded VOP is found
1111 mpeg4_decode_block(Mpeg4DecContext *ctx, int16_t *block, int n, int coded, int intra, int use_intra_dc_vlc, int rvlc) mpeg4_decode_block() argument
H A Dmpegvideo_enc.c3166 int coded=0; in encode_thread() local
3168 coded |= s->block_last_index[i]; in encode_thread()
3169 if(coded){ in encode_thread()
/third_party/libwebsockets/lib/misc/
H A Dbase64-decode.c222 static const char * const coded[] = {
247 if (n != strlen(coded[test]) || strcmp(buf, coded[test])) {
254 n = lws_b64_decode_string(coded[test], buf, sizeof buf);
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs336 var coded = new CodedOutputStream(stream); in MergingStreamExplicitValue()
337 coded.WriteTag(wrapperTag); in MergingStreamExplicitValue()
338 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue()
339 coded.WriteTag(valueTag); in MergingStreamExplicitValue()
340 coded.WriteInt32(0); in MergingStreamExplicitValue()
341 coded.Flush(); in MergingStreamExplicitValue()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs343 var coded = new CodedOutputStream(stream); in MergingStreamExplicitValue()
344 coded.WriteTag(wrapperTag); in MergingStreamExplicitValue()
345 coded.WriteLength(2); // valueTag + a value 0, each one byte in MergingStreamExplicitValue()
346 coded.WriteTag(valueTag); in MergingStreamExplicitValue()
347 coded.WriteInt32(0); in MergingStreamExplicitValue()
348 coded.Flush(); in MergingStreamExplicitValue()
/third_party/python/Lib/test/
H A Dmultibytecodec_support.py338 for uni, coded in uc:
340 codech = bytes.fromhex(coded)
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c285 # or open coded in the parser body.
/third_party/ffmpeg/tests/fate/
H A Dh264.mak224 # this sample contains field-coded frames, with both fields in a single packet
/third_party/ltp/scripts/
H A Dcheckpatch.pl1982 my ($res, $coded);
1988 $coded = sprintf("^%c", unpack('C', $2) + 64);
1989 $res .= $coded;
/third_party/eudev/
H A Dconfigure1499 --enable-split-usr Include hard-coded default search paths in / and
21701 # Is shlibpath searched before the hard-coded library search path?
21711 # The coded name of the library, if different from the real name.
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex5118 % as it did when we hard-coded it.

Completed in 74 milliseconds