Searched defs:mem_loc (Results 1 - 5 of 5) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c590 void **mem_loc)
612 *mem_loc = (void *)shared_mem_loc;
589 vp8e_mr_alloc_mem(const vpx_codec_enc_cfg_t *cfg, void **mem_loc) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_encoder.c90 void *mem_loc = NULL; local
92 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) {
103 mr_cfg.mr_low_res_mode_info = mem_loc;
/external/libhevc/decoder/
H A Dihevcd_api.c2378 UWORD8 mem_loc = MEM_REC_CNT; local
2381 cncl_fill_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = &(memTab[mem_loc]);
2971 UWORD32 mem_loc; local
2979 mem_loc = MEM_REC_CNT;
2981 ps_codec->ps_conceal = (iv_obj_t *)ps_mem_rec[mem_loc].pv_base;
2985 cncl_init_ip.pv_mem_rec_location = &(ps_mem_rec[mem_loc]);
3055 UWORD8 mem_loc = MEM_REC_CNT; local
3061 cncl_fill_ip.s_ivd_fill_mem_rec_ip_t.pv_mem_rec_location = &(ps_mem_rec[mem_loc]);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c542 void **mem_loc)
564 *mem_loc = (void *)shared_mem_loc;
541 vp8e_mr_alloc_mem(const vpx_codec_enc_cfg_t *cfg, void **mem_loc) argument
/external/libvpx/libvpx/vpx/src/
H A Dvpx_encoder.c93 void *mem_loc = NULL; local
95 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) {
106 mr_cfg.mr_low_res_mode_info = mem_loc;

Completed in 602 milliseconds