Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h177 uint8_t skip_low_source_sad; member
Dvp9_encodeframe.c1042 if (!cpi->svc.non_reference_frame && !x->skip_low_source_sad && in scale_partitioning_svc()
1367 x->skip_low_source_sad = (content_state == kLowSadLowSumdiff || in choose_partitioning()
1389 if (x->skip_low_source_sad && cpi->sf.copy_partition_flag && in choose_partitioning()
5472 x->skip_low_source_sad = 0; in encode_nonrd_sb_row()
Dvp9_pickmode.c2515 bsize <= cpi->sf.max_intra_bsize && !x->skip_low_source_sad && in vp9_pick_inter_mode()