Home
last modified time | relevance | path

Searched refs:indexptr (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant1.c340 JSAMPROW indexptr; in create_colorindex() local
375 indexptr = cquantize->colorindex[i]; in create_colorindex()
382 indexptr[j] = (JSAMPLE)(val * blksize); in create_colorindex()
387 indexptr[-j] = indexptr[0]; in create_colorindex()
388 indexptr[MAXJSAMPLE + j] = indexptr[MAXJSAMPLE]; in create_colorindex()
/third_party/ffmpeg/libavformat/
H A Davformat.c416 * @param indexptr set to point to the requested stream index if there is one
423 const char *spec, const char **indexptr, in match_stream_specifier()
429 if (indexptr) in match_stream_specifier()
430 *indexptr = spec; in match_stream_specifier()
550 const char *indexptr = NULL; in avformat_match_stream_specifier() local
554 ret = match_stream_specifier(s, st, spec, &indexptr, &p); in avformat_match_stream_specifier()
558 if (!indexptr) in avformat_match_stream_specifier()
561 index = strtol(indexptr, &endptr, 0); in avformat_match_stream_specifier()
568 if (spec == indexptr) in avformat_match_stream_specifier()
422 match_stream_specifier(const AVFormatContext *s, const AVStream *st, const char *spec, const char **indexptr, const AVProgram **p) match_stream_specifier() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_compile.c5300 indexptr where to put the index
5309 find_dupname_details(PCRE2_SPTR name, uint32_t length, int *indexptr, in find_dupname_details() argument
5338 *indexptr = i; in find_dupname_details()

Completed in 16 milliseconds