Home
last modified time | relevance | path

Searched refs:mr_low_res_mode_info (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmr_dissim.c70 = (LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info; in vp8_cal_dissimilarity()
230 = (LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info; in vp8_store_drop_frame_info()
Dpickinter.c417 = ((LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info)->mb_info; in get_lower_res_motion_info()
Donyx_if.c3434 = (LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info; in encode_frame_to_data_rate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h239 void* mr_low_res_mode_info; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h400 void* mr_low_res_mode_info; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c392 oxcf->mr_low_res_mode_info = mr_cfg->mr_low_res_mode_info; in set_vp8e_config()
666 … LOWER_RES_FRAME_INFO *shared_mem_loc = (LOWER_RES_FRAME_INFO *)ctx->oxcf.mr_low_res_mode_info; in vp8e_destroy()
668 free(ctx->oxcf.mr_low_res_mode_info); in vp8e_destroy()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_encoder.c106 mr_cfg.mr_low_res_mode_info = mem_loc; in vpx_codec_enc_init_multi_ver()