Home
last modified time | relevance | path

Searched refs:LOWER_RES_FRAME_INFO (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmr_dissim.c69 LOWER_RES_FRAME_INFO* store_info in vp8_cal_dissimilarity()
70 = (LOWER_RES_FRAME_INFO*)cpi->oxcf.mr_low_res_mode_info; in vp8_cal_dissimilarity()
229 LOWER_RES_FRAME_INFO* store_info in vp8_store_drop_frame_info()
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.c3433 LOWER_RES_FRAME_INFO* low_res_frame_info in encode_frame_to_data_rate()
3434 = (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/
Dblockd.h193 } LOWER_RES_FRAME_INFO; typedef
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c550 LOWER_RES_FRAME_INFO *shared_mem_loc; in vp8e_mr_alloc_mem()
554 shared_mem_loc = calloc(1, sizeof(LOWER_RES_FRAME_INFO)); in vp8e_mr_alloc_mem()
666LOWER_RES_FRAME_INFO *shared_mem_loc = (LOWER_RES_FRAME_INFO *)ctx->oxcf.mr_low_res_mode_info; in vp8e_destroy()