Home
last modified time | relevance | path

Searched refs:is_above (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dtopk_op_gpu.h119 __device__ bool is_above(int left, int right) {
143 if (!is_above(child, parent)) {
165 if (left < k && is_above(left, smallest)) {
168 if (right < k && is_above(right, smallest)) {
/external/libaom/libaom/av1/common/
Drestoration.c1388 int stripe, int use_highbd, int is_above, in save_deblock_boundary_lines() argument
1395 uint8_t *bdry_buf = is_above ? boundaries->stripe_boundary_above in save_deblock_boundary_lines()
1443 int stripe, int use_highbd, int is_above, in save_cdef_boundary_lines() argument
1450 uint8_t *bdry_buf = is_above ? boundaries->stripe_boundary_above in save_cdef_boundary_lines()