Searched refs:left_id (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_paletteuse.c | 61 int left_id, right_id; member 232 if (kd->left_id != -1 || kd->right_id != -1) { in colormap_nearest_node() 235 if (dx <= 0) nearer_kd_id = kd->left_id, further_kd_id = kd->right_id; in colormap_nearest_node() 236 else nearer_kd_id = kd->right_id, further_kd_id = kd->left_id; in colormap_nearest_node() 280 if (kd->left_id != -1 || kd->right_id != -1) { in colormap_nearest_iterative() 286 if (dx <= 0) nearer_kd_id = kd->left_id, further_kd_id = kd->right_id; in colormap_nearest_iterative() 287 else nearer_kd_id = kd->right_id, further_kd_id = kd->left_id; in colormap_nearest_iterative() 533 if (node->left_id != -1) disp_node(buf, map, node_id, node->left_id, depth + 1); in disp_node() 744 node->left_id in colormap_insert() [all...] |
/third_party/python/Modules/ |
H A D | _ssl.c | 5024 const unsigned char *left_id, *right_id; in PySSLSession_richcompare() local 5026 left_id = SSL_SESSION_get_id(((PySSLSession *)left)->session, in PySSLSession_richcompare() 5031 result = memcmp(left_id, right_id, left_len); in PySSLSession_richcompare()
|
Completed in 10 milliseconds