HomeSort by relevance Sort by last modified time
    Searched full:tplist (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
asm_enc_offsets.c 70 DEFINE(vp8_comp_tplist, offsetof(VP8_COMP, tplist));
bitstream.c 398 const TOKENEXTRA *p = cpi->tplist[mb_row].start;
399 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop;
417 const TOKENEXTRA *p = cpi->tplist[mb_row].start;
418 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop;
    [all...]
encodeframe.c 410 cpi->tplist[mb_row].start = *tp;
557 cpi->tplist[mb_row].stop = *tp;
850 (cpi->tplist[mb_row].stop - cpi->tplist[mb_row].start);
    [all...]
ethreading.c 97 cpi->tplist[mb_row].start = tp;
250 cpi->tplist[mb_row].stop = tp;
onyx_int.h 554 TOKENLIST *tplist; member in struct:VP8_COMP
onyx_if.c 322 vpx_free(cpi->tplist);
323 cpi->tplist = NULL;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.h 160 CollectTemplateParams(const TemplateParameterList *TPList,
CGDebugInfo.cpp     [all...]

Completed in 169 milliseconds