Lines Matching refs:early_exit
964 uint8_t early_exit = 0;
966 early_exit = vp9_hz_lpf_t4_and_t8_16w(src, pitch, &filter48[0],
969 if (0 == early_exit) {
2071 uint8_t early_exit = 0;
2077 early_exit = vp9_vt_lpf_t4_and_t8_8w((transposed_input + 16 * 8),
2081 if (0 == early_exit) {
2082 early_exit = vp9_vt_lpf_t16_8w((transposed_input + 16 * 8), src, pitch,
2085 if (0 == early_exit) {
2507 uint8_t early_exit = 0;
2513 early_exit = vp9_vt_lpf_t4_and_t8_16w((transposed_input + 16 * 8),
2517 if (0 == early_exit) {
2518 early_exit = vp9_vt_lpf_t16_16w((transposed_input + 16 * 8), src, pitch,
2521 if (0 == early_exit) {