Lines Matching refs:SWITCHABLE
1827 if (cm->interp_filter == SWITCHABLE) { in update_state()
2460 if (cm->interp_filter == SWITCHABLE) { in update_state_rt()
4239 for (i = 0; i < 64; ++i) td->leaf_tree[i].pred_interp_filter = SWITCHABLE; in encode_rd_sb_row()
4242 td->pc_tree[i].vertical[0].pred_interp_filter = SWITCHABLE; in encode_rd_sb_row()
4243 td->pc_tree[i].vertical[1].pred_interp_filter = SWITCHABLE; in encode_rd_sb_row()
4244 td->pc_tree[i].horizontal[0].pred_interp_filter = SWITCHABLE; in encode_rd_sb_row()
4245 td->pc_tree[i].horizontal[1].pred_interp_filter = SWITCHABLE; in encode_rd_sb_row()
5808 threshes[EIGHTTAP_SMOOTH] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
5811 threshes[EIGHTTAP_SHARP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
5813 } else if (threshes[EIGHTTAP] > threshes[SWITCHABLE - 1]) { in get_interp_filter()
5816 return SWITCHABLE; in get_interp_filter()
5932 if (cm->interp_filter == SWITCHABLE) in vp9_encode_frame()