Home
last modified time | relevance | path

Searched refs:NCOUNT_INTRA_FACTOR (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dfirstpass.c54 #define NCOUNT_INTRA_FACTOR 3 macro
700 (this_intra_error < (NCOUNT_INTRA_FACTOR * motion_error))) { in firstpass_inter_prediction()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c55 #define NCOUNT_INTRA_FACTOR 3 macro
1189 (this_error < (NCOUNT_INTRA_FACTOR * motion_error))) { in vp9_first_pass_encode_tile_mb_row()