Lines Matching refs:early_exit
1086 uint8_t early_exit = 0;
1088 early_exit = vp9_hz_lpf_t4_and_t8_16w(dst, stride, &filter48[0],
1091 if (0 == early_exit) {
2617 uint8_t early_exit = 0;
2623 early_exit = vp9_vt_lpf_t4_and_t8_8w((transposed_input + 16 * 8),
2627 if (0 == early_exit) {
2628 early_exit = vp9_vt_lpf_t16_8w((transposed_input + 16 * 8), dst, stride,
2631 if (0 == early_exit) {
3123 uint8_t early_exit = 0;
3129 early_exit = vp9_vt_lpf_t4_and_t8_16w((transposed_input + 16 * 8),
3133 if (0 == early_exit) {
3134 early_exit = vp9_vt_lpf_t16_16w((transposed_input + 16 * 8), dst,
3137 if (0 == early_exit) {