Home
last modified time | relevance | path

Searched refs:feature_score_loc_heap (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h594 FEATURE_SCORE_LOC **feature_score_loc_heap; member
Dvp9_encoder.c2572 vpx_free(cpi->feature_score_loc_heap); in vp9_remove_compressor()
6143 max_heap_push(cpi->feature_score_loc_heap, heap_size, fs_loc);
6210 max_heap_push(cpi->feature_score_loc_heap, &fs_loc_heap_size,
6215 max_heap_pop(cpi->feature_score_loc_heap, &fs_loc_heap_size, &fs_loc);
6446 CHECK_MEM_ERROR(cm, cpi->feature_score_loc_heap,
6448 sizeof(*cpi->feature_score_loc_heap)));