HomeSort by relevance Sort by last modified time
    Searched defs:frm_qstep (Results 1 - 3 of 3) sorted by null

  /external/libhevc/encoder/
ihevce_enc_cu_recursion.c 557 WORD32 frm_qstep = ps_ctxt->i4_frame_qstep; local
598 intra_cost_ol = ps_cur_ipe_ctb->i4_best64x64_intra_cost - frm_qstep * 256;
600 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4);
602 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)) * 16;
610 intra_cost_ol = ps_cur_ipe_ctb->ai4_best32x32_intra_cost[i4_32x32_id] - frm_qstep * 64;
612 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4);
614 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16)) * 4;
624 frm_qstep * 16;
626 intra_noise_cl_est = (frm_qstep * frm_qstep_multiplier) + (intra_cost_ol >> 4);
628 intra_noise_cl_est = MIN(intra_noise_cl_est, (frm_qstep * 16))
    [all...]
hme_defs.h 2802 S32 frm_qstep; member in struct:__anon28471
3154 S32 frm_qstep; member in struct:__anon28475
    [all...]
ihevce_enc_loop_structs.h 2865 WORD32 frm_qstep; member in struct:__anon28589
    [all...]

Completed in 52 milliseconds