Searched refs:hmm_d (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.c47 static hmm_descriptor hmm_d; variable
124 addr = hmm_alloc(&hmm_d, number_aau);
197 hmm_free(&hmm_d, addr);
530 hmm_init(&hmm_d);
541 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);
574 i_rv = hmm_resize(&hmm_d, memblk, new_num_aaus);
583 p_from_malloc = hmm_alloc(&hmm_d, new_num_aaus);
587 hmm_free(&hmm_d, memblk);
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c46 static hmm_descriptor hmm_d; variable
123 addr = hmm_alloc(&hmm_d, number_aau);
196 hmm_free(&hmm_d, addr);
506 hmm_init(&hmm_d);
517 hmm_new_chunk(&hmm_d, (void *)g_p_mng_memory, chunk_size);
550 i_rv = hmm_resize(&hmm_d, memblk, new_num_aaus);
559 p_from_malloc = hmm_alloc(&hmm_d, new_num_aaus);
563 hmm_free(&hmm_d, memblk);

Completed in 522 milliseconds