Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmr_dissim.c64 LOWER_RES_FRAME_INFO *store_info = in vp8_cal_dissimilarity()
65 (LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info; in vp8_cal_dissimilarity()
208 LOWER_RES_FRAME_INFO *store_info = in vp8_store_drop_frame_info()
209 (LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info; in vp8_store_drop_frame_info()
Dratectrl.c1477 LOWER_RES_FRAME_INFO *low_res_frame_info = in vp8_drop_encodedframe_overshoot()
1478 (LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info; in vp8_drop_encodedframe_overshoot()
Donyx_if.c3312 LOWER_RES_FRAME_INFO *low_res_frame_info = in encode_frame_to_data_rate()
3313 (LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info; in encode_frame_to_data_rate()
4949 LOWER_RES_FRAME_INFO *low_res_frame_info = in vp8_get_compressed_data()
4950 (LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info; in vp8_get_compressed_data()
Dpickinter.c399 ((LOWER_RES_FRAME_INFO *)cpi->oxcf.mr_low_res_mode_info)->mb_info; in get_lower_res_motion_info()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c605 LOWER_RES_FRAME_INFO *shared_mem_loc; in vp8e_mr_alloc_mem()
609 shared_mem_loc = calloc(1, sizeof(LOWER_RES_FRAME_INFO)); in vp8e_mr_alloc_mem()
701 LOWER_RES_FRAME_INFO *shared_mem_loc = in vp8e_destroy()
702 (LOWER_RES_FRAME_INFO *)ctx->oxcf.mr_low_res_mode_info; in vp8e_destroy()
843 LOWER_RES_FRAME_INFO *low_res_frame_info = in vp8e_encode()
844 (LOWER_RES_FRAME_INFO *)ctx->cpi->oxcf.mr_low_res_mode_info; in vp8e_encode()
/external/libvpx/libvpx/vp8/common/
Dblockd.h190 } LOWER_RES_FRAME_INFO; typedef
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c131 free(((LOWER_RES_FRAME_INFO *)mem_loc)->mb_info); in vpx_codec_enc_init_multi_ver()