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

  /external/libvpx/vp8/encoder/arm/
vpx_vp8_enc_asm_offsets.c 58 DEFINE(vp8_comp_tplist, offsetof(VP8_COMP, tplist));
  /external/libvpx/vp8/encoder/
ethreading.c 81 cpi->tplist[mb_row].start = *tp;
162 cpi->tplist[mb_row].stop = *tp;
413 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cpi->common.mb_rows));
495 vpx_free(cpi->tplist);
bitstream.c 404 TOKENEXTRA *p = cpi->tplist[mb_row].start;
405 TOKENEXTRA *stop = cpi->tplist[mb_row].stop;
608 TOKENEXTRA *p = cpi->tplist[mb_row].start;
609 TOKENEXTRA *stop = cpi->tplist[mb_row].stop;
    [all...]
encodeframe.c 394 cpi->tplist[mb_row].start = *tp;
498 cpi->tplist[mb_row].stop = *tp;
763 cpi->tok_count += cpi->tplist[mb_row].stop - cpi->tplist[mb_row].start;
    [all...]
onyx_int.h 597 TOKENLIST *tplist; member in struct:__anon5136

Completed in 200 milliseconds