Home
last modified time | relevance | path

Searched refs:tplist (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
Dethreading.c81 cpi->tplist[mb_row].start = *tp; in thread_encoding_proc()
162 cpi->tplist[mb_row].stop = *tp; in thread_encoding_proc()
413 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cpi->common.mb_rows)); in vp8cx_create_encoder_threads()
495 vpx_free(cpi->tplist); in vp8cx_remove_encoder_threads()
Dbitstream.c404 TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_tokens_into_partitions_c()
405 TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_tokens_into_partitions_c()
608 TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_mb_row_tokens_c()
609 TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_mb_row_tokens_c()
Dencodeframe.c394 cpi->tplist[mb_row].start = *tp; in encode_mb_row()
498 cpi->tplist[mb_row].stop = *tp; in encode_mb_row()
763 cpi->tok_count += cpi->tplist[mb_row].stop - cpi->tplist[mb_row].start; in vp8_encode_frame()
Donyx_int.h597 TOKENLIST *tplist; member
/external/libvpx/vp8/encoder/arm/
Dvpx_vp8_enc_asm_offsets.c58 DEFINE(vp8_comp_tplist, offsetof(VP8_COMP, tplist));