Searched defs:sw_row (Results 1 – 1 of 1) sorted by relevance
3084 int *best_intmv_col, int *best_intmv_row, int sw_col, int sw_row) { in estimate_scroll_motion()3343 const int sw_row = (cpi->rc.frame_source_sad > 20000) ? 512 : 192; in rc_scene_detection_onepass_rt() local