Home
last modified time | relevance | path

Searched refs:ai8_prev_frame_hme_sad (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_rc_structs.h259 LWORD64 ai8_prev_frame_hme_sad[MAX_PIC_TYPE]; member
Dihevce_rc_interface.c502 ps_rc_ctxt->ai8_prev_frame_hme_sad[i] = -1; in ihevce_rc_mem_init()
1204 ps_rc_ctxt->ai8_prev_frame_hme_sad[i] = -1; in ihevce_rc_get_bpp_based_frame_qp()
1326 complexity[i] = ps_rc_ctxt->ai8_prev_frame_hme_sad[i] / pow(1.125, i); in ihevce_rc_get_bpp_based_frame_qp()
1331 ps_rc_ctxt->ai8_prev_frame_hme_sad[i + FIELD_OFFSET] / pow(1.125, i); in ihevce_rc_get_bpp_based_frame_qp()
1334 complexity[i] = ps_rc_ctxt->ai8_prev_frame_hme_sad[i] / in ihevce_rc_get_bpp_based_frame_qp()
2042 ps_rc_ctxt->ai8_prev_frame_hme_sad[rc_pic_type] = i8_l1_hme_sad; in ihevce_rc_register_L1_analysis_data()