Home
last modified time | relevance | path

Searched refs:mem_loc (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c88 void *mem_loc = NULL; in vpx_codec_enc_init_multi_ver() local
92 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) { in vpx_codec_enc_init_multi_ver()
101 mr_cfg.mr_low_res_mode_info = mem_loc; in vpx_codec_enc_init_multi_ver()
130 assert(mem_loc); in vpx_codec_enc_init_multi_ver()
131 free(((LOWER_RES_FRAME_INFO *)mem_loc)->mb_info); in vpx_codec_enc_init_multi_ver()
132 free(mem_loc); in vpx_codec_enc_init_multi_ver()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h268 const vpx_codec_enc_cfg_t *cfg, void **mem_loc);
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c601 void **mem_loc) { in vp8e_mr_alloc_mem() argument
620 *mem_loc = (void *)shared_mem_loc; in vp8e_mr_alloc_mem()
625 (void)mem_loc; in vp8e_mr_alloc_mem()