Searched refs:tplist (Results 1 – 5 of 5) sorted by relevance
81 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()
404 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()
394 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()
597 TOKENLIST *tplist; member
58 DEFINE(vp8_comp_tplist, offsetof(VP8_COMP, tplist));