Home
last modified time | relevance | path

Searched refs:partition_search_skippable_frame (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h475 int partition_search_skippable_frame; member
Dvp9_firstpass.c3099 cpi->partition_search_skippable_frame = is_skippable_frame(cpi); in vp9_rc_get_second_pass_params()
3211 cpi->partition_search_skippable_frame = is_skippable_frame(cpi); in vp9_rc_get_second_pass_params()
Dvp9_encoder.c2044 cpi->partition_search_skippable_frame = 0; in vp9_create_compressor()
Dvp9_encodeframe.c3386 } else if (cpi->partition_search_skippable_frame) { in encode_rd_sb_row()