Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dvp8_asm_enc_offsets.c70 DEFINE(vp8_comp_tplist, offsetof(VP8_COMP, tplist));
Dencodeframe.c410 cpi->tplist[mb_row].start = *tp; in encode_mb_row()
571 cpi->tplist[mb_row].stop = *tp; in encode_mb_row()
864 (cpi->tplist[mb_row].stop - cpi->tplist[mb_row].start); in vp8_encode_frame()
Dbitstream.c397 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_tokens_into_partitions_c()
398 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_tokens_into_partitions_c()
416 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_mb_row_tokens_c()
417 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_mb_row_tokens_c()
Dethreading.c97 cpi->tplist[mb_row].start = tp; in thread_encoding_proc()
267 cpi->tplist[mb_row].stop = tp; in thread_encoding_proc()
Donyx_int.h543 TOKENLIST *tplist; member
Donyx_if.c445 vpx_free(cpi->tplist); in dealloc_compressor_data()
446 cpi->tplist = NULL; in dealloc_compressor_data()
1278 vpx_free(cpi->tplist); in vp8_alloc_compressor_data()
1279 CHECK_MEM_ERROR(cpi->tplist, vpx_malloc(sizeof(TOKENLIST) * cm->mb_rows)); in vp8_alloc_compressor_data()