Searched refs:is_above (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | topk_op_gpu.h | 119 __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/ |
D | restoration.c | 1388 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()
|