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

  /external/libhevc/encoder/
ihevce_sub_pic_rc.c 218 LWORD64 i8_frame_l1_activity_fact, i8_frame_bits_estimated; local
268 i8_frame_bits_estimated = ps_ctxt->ai4_frame_bits_estimated[i4_frm_id][i4_br_id];
300 bits_estimated = sad_ratio * activity_ratio * ((float)i8_frame_bits_estimated);
305 bits_estimated = sad_ratio * activity_ratio * ((float)i8_frame_bits_estimated);
308 i8_ctb_bits_estimated = (i8_frame_bits_estimated / i4_tot_frame_ctb);
ihevce_enc_structs.h 2117 LWORD64 i8_frame_bits_estimated; member in struct:__anon28635
    [all...]

Completed in 43 milliseconds