Home
last modified time | relevance | path

Searched refs:lowvar_highsumdiff (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h171 uint8_t lowvar_highsumdiff; member
Dvp9_pickmode.c174 if (cpi->oxcf.speed > 5 && x->lowvar_highsumdiff) { in combined_motion_search()
1232 int is_last_frame, int lowvar_highsumdiff, in vp9_NEWMV_diff_bias() argument
1282 else if (lowvar_highsumdiff && !is_skin && bsize >= BLOCK_16X16 && in vp9_NEWMV_diff_bias()
1996 ref_frame == LAST_FRAME, x->lowvar_highsumdiff, in vp9_pick_inter_mode()
2080 !x->lowvar_highsumdiff)) { in vp9_pick_inter_mode()
Dvp9_encodeframe.c1092 x->lowvar_highsumdiff = (content_state == kLowVarHighSumdiff) ? 1 : 0; in choose_partitioning()
4142 x->lowvar_highsumdiff = 0; in encode_nonrd_sb_row()