Searched refs:feature_score_loc_heap (Results 1 – 2 of 2) sorted by relevance
594 FEATURE_SCORE_LOC **feature_score_loc_heap; member
2572 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)));