HomeSort by relevance Sort by last modified time
    Searched refs:mem_loc (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 82 void *mem_loc = NULL; local
84 if (!(res = iface->enc.mr_get_mem_loc(cfg, &mem_loc))) {
95 mr_cfg.mr_low_res_mode_info = mem_loc;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 268 const vpx_codec_enc_cfg_t *cfg, void **mem_loc);
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 579 void **mem_loc) {
597 *mem_loc = (void *)shared_mem_loc;
602 (void)mem_loc;
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 1368 Location mem_loc = is_slot1 ? loc1 : loc2; local
    [all...]

Completed in 2228 milliseconds