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.h169 uint8_t skip_low_source_sad; member
Dvp9_encodeframe.c1088 x->skip_low_source_sad = (content_state == kLowSadLowSumdiff || in choose_partitioning()
1096 if (x->skip_low_source_sad && cpi->sf.copy_partition_flag && in choose_partitioning()
4141 x->skip_low_source_sad = 0; in encode_nonrd_sb_row()
Dvp9_pickmode.c2079 bsize <= cpi->sf.max_intra_bsize && !x->skip_low_source_sad && in vp9_pick_inter_mode()