Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c53 #define NCOUNT_INTRA_THRESH 8192 macro
699 } else if ((this_intra_error > NCOUNT_INTRA_THRESH) && in firstpass_inter_prediction()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c54 #define NCOUNT_INTRA_THRESH 8192 macro
1188 } else if ((this_error > NCOUNT_INTRA_THRESH) && in vp9_first_pass_encode_tile_mb_row()