Searched refs:tplist (Results 1 – 6 of 6) sorted by relevance
83 DEFINE(vp8_comp_tplist, offsetof(VP8_COMP, tplist));
111 cpi->tplist[mb_row].start = tp; in thread_encoding_proc()223 cpi->tplist[mb_row].stop = tp; in thread_encoding_proc()
394 TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_tokens_into_partitions_c()395 TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_tokens_into_partitions_c()598 TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_mb_row_tokens_c()599 TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_mb_row_tokens_c()
501 cpi->tplist[mb_row].start = *tp; in encode_mb_row()626 cpi->tplist[mb_row].stop = *tp; in encode_mb_row()842 cpi->tok_count += cpi->tplist[mb_row].stop - cpi->tplist[mb_row].start; in vp8_encode_frame()
615 TOKENLIST *tplist; member
265 vpx_free(cpi->tplist); in dealloc_compressor_data()266 cpi->tplist = NULL; in dealloc_compressor_data()1380 vpx_free(cpi->tplist); in vp8_alloc_compressor_data()1382 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cpi->common.mb_rows)); in vp8_alloc_compressor_data()