Searched refs:pcode (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/tests/libtest/ |
H A D | lib1560.c | 108 CURLUcode pcode; /* for updating parts */ member 118 CURLUcode pcode; /* for updating parts */ member 1204 if(uc != setget_parts_list[i].pcode) { in setget_parts() 1206 setget_parts_list[i].set, (int)uc, setget_parts_list[i].pcode); in setget_parts() 1248 if(uc != set_parts_list[i].pcode) { in set_parts() 1250 set_parts_list[i].set, (int)uc, set_parts_list[i].pcode); in set_parts()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vc2enc.c | 230 static void encode_parse_info(VC2EncContext *s, enum DiracParseCodes pcode) in encode_parse_info() argument 242 put_bits(&s->pb, 8, pcode); in encode_parse_info() 248 put_bits32(&s->pb, pcode == DIRAC_PCODE_END_SEQ ? 13 : 0); in encode_parse_info() 253 s->last_parse_code = pcode; in encode_parse_info()
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 8576 char **pcode) // o: ptr to packed table (updated) in hufPackEncTable() 8578 char *p = *pcode; in hufPackEncTable() 8610 *pcode = p; in hufPackEncTable() 8618 const char **pcode, // io: ptr to packed table (updated) in hufUnpackEncTable() 8626 const char *p = *pcode; in hufUnpackEncTable() 8631 if (p - *pcode >= ni) { in hufUnpackEncTable() 8638 if (p - *pcode > ni) { in hufUnpackEncTable() 8664 *pcode = const_cast<char *>(p); in hufUnpackEncTable() 8572 hufPackEncTable( const long long *hcode, int im, int iM, char **pcode) hufPackEncTable() argument 8617 hufUnpackEncTable( const char **pcode, int ni, int im, int iM, long long *hcode) hufUnpackEncTable() argument
|
Completed in 23 milliseconds