Searched refs:need_x (Results 1 – 1 of 1) sorted by relevance
476 const bool need_x = subpel_x_qn != 0; in convolve_2d_facade_compound() local478 if (!need_x && !need_y) { in convolve_2d_facade_compound()481 } else if (need_x && !need_y) { in convolve_2d_facade_compound()484 } else if (!need_x && need_y) { in convolve_2d_facade_compound()488 assert(need_y && need_x); in convolve_2d_facade_compound()500 const bool need_x = subpel_x_qn != 0; in convolve_2d_facade_single() local502 if (!need_x && !need_y) { in convolve_2d_facade_single()504 } else if (need_x && !need_y) { in convolve_2d_facade_single()507 } else if (!need_x && need_y) { in convolve_2d_facade_single()511 assert(need_x && need_y); in convolve_2d_facade_single()[all …]