SYMBOL INDEX (1195 symbols across 91 files) FILE: examples/art.c function demo_art (line 5) | void demo_art(char *cfgfile, char *weightfile, int cam_index) function run_art (line 52) | void run_art(int argc, char **argv) FILE: examples/attention.c function extend_data_truth (line 6) | void extend_data_truth(data *d, int n, float val) function matrix (line 18) | matrix network_loss_data(network *net, data test) function train_attention (line 54) | void train_attention(char *datacfg, char *cfgfile, char *weightfile, int... function validate_attention_single (line 233) | void validate_attention_single(char *datacfg, char *filename, char *weig... function validate_attention_multi (line 321) | void validate_attention_multi(char *datacfg, char *filename, char *weigh... function predict_attention (line 382) | void predict_attention(char *datacfg, char *cfgfile, char *weightfile, c... function run_attention (line 434) | void run_attention(int argc, char **argv) FILE: examples/captcha.c function fix_data_captcha (line 3) | void fix_data_captcha(data d, int mask) function train_captcha (line 27) | void train_captcha(char *cfgfile, char *weightfile) function test_captcha (line 93) | void test_captcha(char *cfgfile, char *weightfile, char *filename) function valid_captcha (line 130) | void valid_captcha(char *cfgfile, char *weightfile, char *filename) function run_captcha (line 335) | void run_captcha(int argc, char **argv) FILE: examples/cifar.c function train_cifar (line 3) | void train_cifar(char *cfgfile, char *weightfile) function train_cifar_distill (line 48) | void train_cifar_distill(char *cfgfile, char *weightfile) function test_cifar_multi (line 101) | void test_cifar_multi(char *filename, char *weightfile) function test_cifar (line 130) | void test_cifar(char *filename, char *weightfile) function extract_cifar (line 149) | void extract_cifar() function test_cifar_csv (line 171) | void test_cifar_csv(char *filename, char *weightfile) function test_cifar_csvtrain (line 195) | void test_cifar_csvtrain(char *cfg, char *weights) function eval_cifar_csv (line 219) | void eval_cifar_csv() function run_cifar (line 232) | void run_cifar(int argc, char **argv) FILE: examples/classifier.c function train_classifier (line 18) | void train_classifier(char *datacfg, char *cfgfile, char *weightfile, in... function validate_classifier_crop (line 170) | void validate_classifier_crop(char *datacfg, char *filename, char *weigh... function validate_classifier_10 (line 234) | void validate_classifier_10(char *datacfg, char *filename, char *weightf... function validate_classifier_full (line 303) | void validate_classifier_full(char *datacfg, char *filename, char *weigh... function validate_classifier_single (line 361) | void validate_classifier_single(char *datacfg, char *filename, char *wei... function validate_classifier_multi (line 420) | void validate_classifier_multi(char *datacfg, char *cfg, char *weights) function try_classifier (line 482) | void try_classifier(char *datacfg, char *cfgfile, char *weightfile, char... function predict_classifier (line 560) | void predict_classifier(char *datacfg, char *cfgfile, char *weightfile, ... function label_classifier (line 614) | void label_classifier(char *datacfg, char *filename, char *weightfile) function csv_classifier (line 649) | void csv_classifier(char *datacfg, char *cfgfile, char *weightfile) function test_classifier (line 689) | void test_classifier(char *datacfg, char *cfgfile, char *weightfile, int... function file_output_classifier (line 758) | void file_output_classifier(char *datacfg, char *filename, char *weightf... function threat_classifier (line 797) | void threat_classifier(char *datacfg, char *cfgfile, char *weightfile, i... function gun_classifier (line 920) | void gun_classifier(char *datacfg, char *cfgfile, char *weightfile, int ... function demo_classifier (line 986) | void demo_classifier(char *datacfg, char *cfgfile, char *weightfile, int... function run_classifier (line 1060) | void run_classifier(int argc, char **argv) FILE: examples/coco.c function train_coco (line 9) | void train_coco(char *cfgfile, char *weightfile) function print_cocos (line 97) | static void print_cocos(FILE *fp, int image_id, detection *dets, int num... function get_coco_image_id (line 122) | int get_coco_image_id(char *filename) function validate_coco (line 128) | void validate_coco(char *cfg, char *weights) function validate_coco_recall (line 212) | void validate_coco_recall(char *cfgfile, char *weightfile) function test_coco (line 294) | void test_coco(char *cfgfile, char *weightfile, char *filename, float th... function run_coco (line 336) | void run_coco(int argc, char **argv) FILE: examples/darknet.c function average (line 25) | void average(int argc, char *argv[]) function numops (line 81) | long numops(network *net) function speed (line 116) | void speed(char *cfgfile, int tics) function operations (line 136) | void operations(char *cfgfile) function oneoff (line 145) | void oneoff(char *cfgfile, char *weightfile, char *outfile) function oneoff2 (line 172) | void oneoff2(char *cfgfile, char *weightfile, char *outfile, int l) function partial (line 184) | void partial(char *cfgfile, char *weightfile, char *outfile, int max) function print_weights (line 191) | void print_weights(char *cfgfile, char *weightfile, int n) function rescale_net (line 210) | void rescale_net(char *cfgfile, char *weightfile, char *outfile) function rgbgr_net (line 225) | void rgbgr_net(char *cfgfile, char *weightfile, char *outfile) function reset_normalize_net (line 240) | void reset_normalize_net(char *cfgfile, char *weightfile, char *outfile) function layer (line 265) | layer normalize_layer(layer l, int n) function normalize_net (line 278) | void normalize_net(char *cfgfile, char *weightfile, char *outfile) function statistics_net (line 304) | void statistics_net(char *cfgfile, char *weightfile) function denormalize_net (line 334) | void denormalize_net(char *cfgfile, char *weightfile, char *outfile) function mkimg (line 368) | void mkimg(char *cfgfile, char *weightfile, int h, int w, int num, char ... function visualize (line 394) | void visualize(char *cfgfile, char *weightfile) function main (line 400) | int main(int argc, char **argv) FILE: examples/detector-scipy-opencv.py function array_to_image (line 9) | def array_to_image(arr): function detect2 (line 19) | def detect2(net, meta, image, thresh=.5, hier_thresh=.5, nms=.45): FILE: examples/detector.c function train_detector (line 6) | void train_detector(char *datacfg, char *cfgfile, char *weightfile, int ... function get_coco_image_id (line 157) | static int get_coco_image_id(char *filename) function print_cocos (line 165) | static void print_cocos(FILE *fp, char *image_path, detection *dets, int... function print_detector_detections (line 191) | void print_detector_detections(FILE **fps, char *id, detection *dets, in... function print_imagenet_detections (line 212) | void print_imagenet_detections(FILE *fp, int id, detection *dets, int to... function validate_detector_flip (line 234) | void validate_detector_flip(char *datacfg, char *cfgfile, char *weightfi... function validate_detector (line 364) | void validate_detector(char *datacfg, char *cfgfile, char *weightfile, c... function validate_detector_recall (line 489) | void validate_detector_recall(char *cfgfile, char *weightfile) function test_detector (line 562) | void test_detector(char *datacfg, char *cfgfile, char *weightfile, char ... function run_detector (line 789) | void run_detector(int argc, char **argv) FILE: examples/dice.c function train_dice (line 5) | void train_dice(char *cfgfile, char *weightfile) function validate_dice (line 45) | void validate_dice(char *filename, char *weightfile) function test_dice (line 66) | void test_dice(char *cfgfile, char *weightfile, char *filename) function run_dice (line 102) | void run_dice(int argc, char **argv) FILE: examples/go.c type moves (line 13) | typedef struct { function moves (line 31) | moves load_go_moves(char *filename) function string_to_board (line 53) | void string_to_board(char *s, float *board) function board_to_string (line 71) | void board_to_string(char *s, float *board) function occupied (line 88) | static int occupied(float *b, int i) function data (line 95) | data random_go_moves(moves m, int n) function train_go (line 134) | void train_go(char *cfgfile, char *weightfile, char *filename, int *gpus... function propagate_liberty (line 212) | static void propagate_liberty(float *board, int *lib, int *visited, int ... function print_board (line 247) | void print_board(FILE *stream, float *board, int player, int *indexes) function flip_board (line 286) | void flip_board(float *board) function predict_move2 (line 297) | float predict_move2(network *net, float *board, float *move, int multi) function remove_connected (line 330) | static void remove_connected(float *b, int *lib, int p, int r, int c) function move_go (line 344) | void move_go(float *b, int p, int r, int c) function compare_board (line 356) | int compare_board(float *a, float *b) type mcts_tree (line 362) | typedef struct mcts_tree{ function free_mcts (line 376) | void free_mcts(mcts_tree *root) function mcts_tree (line 424) | mcts_tree *expand(float *next, float *ko, network *net) function select_mcts (line 461) | float select_mcts(mcts_tree *root, network *net, float *prev, float cpuct) function mcts_tree (line 510) | mcts_tree *run_mcts(mcts_tree *tree, network *net, float *board, float *... function mcts_tree (line 528) | mcts_tree *move_mcts(mcts_tree *tree, int index) type move (line 542) | typedef struct { function move (line 549) | move pick_move(mcts_tree *tree, float temp, int player) function makes_safe_go (line 614) | static int makes_safe_go(float *b, int *lib, int p, int r, int c){ function suicide_go (line 625) | int suicide_go(float *b, int p, int r, int c) function check_ko (line 637) | int check_ko(float *x, float *ko) function legal_go (line 647) | int legal_go(float *b, float *ko, int p, int r, int c) function valid_go (line 733) | void valid_go(char *cfgfile, char *weightfile, int multi, char *filename) function print_game (line 766) | int print_game(float *board, FILE *fp) function stdin_ready (line 784) | int stdin_ready() function mcts_tree (line 800) | mcts_tree *ponder(mcts_tree *tree, network *net, float *b, float *ko, in... function engine_go (line 813) | void engine_go(char *filename, char *weightfile, int mcts_iters, float s... function test_go (line 1098) | void test_go(char *cfg, char *weights, int multi) function score_game (line 1187) | float score_game(float *board) function self_go (line 1213) | void self_go(char *filename, char *weightfile, char *f2, char *w2, int m... function run_go (line 1320) | void run_go(int argc, char **argv) FILE: examples/instance-segmenter.c function train_isegmenter (line 6) | void train_isegmenter(char *datacfg, char *cfgfile, char *weightfile, in... function predict_isegmenter (line 143) | void predict_isegmenter(char *datafile, char *cfg, char *weights, char *... function demo_isegmenter (line 182) | void demo_isegmenter(char *datacfg, char *cfg, char *weights, int cam_in... function run_isegmenter (line 225) | void run_isegmenter(int argc, char **argv) FILE: examples/lsd.c function slerp (line 387) | void slerp(float *start, float *end, float s, int n, float *out) function image (line 399) | image random_unit_vector_image(int w, int h, int c) function inter_dcgan (line 411) | void inter_dcgan(char *cfgfile, char *weightfile) function test_dcgan (line 469) | void test_dcgan(char *cfgfile, char *weightfile) function set_network_alpha_beta (line 505) | void set_network_alpha_beta(network *net, float alpha, float beta) function train_prog (line 516) | void train_prog(char *cfg, char *weight, char *acfg, char *aweight, int ... function train_dcgan (line 672) | void train_dcgan(char *cfg, char *weight, char *acfg, char *aweight, int... function train_colorizer (line 866) | void train_colorizer(char *cfg, char *weight, char *acfg, char *aweight,... function test_lsd (line 1294) | void test_lsd(char *cfg, char *weights, char *filename, int gray) function run_lsd (line 1347) | void run_lsd(int argc, char **argv) FILE: examples/nightmare.c function abs_mean (line 7) | float abs_mean(float *x, int n) function calculate_loss (line 17) | void calculate_loss(float *output, float *delta, int n, float thresh) function optimize_picture (line 28) | void optimize_picture(network *net, image orig, int max_layer, float sca... function smooth (line 114) | void smooth(image recon, image update, float lambda, int num) function reconstruct_picture (line 135) | void reconstruct_picture(network *net, float *features, image recon, ima... function run_nightmare (line 288) | void run_nightmare(int argc, char **argv) FILE: examples/regressor.c function train_regressor (line 5) | void train_regressor(char *datacfg, char *cfgfile, char *weightfile, int... function predict_regressor (line 116) | void predict_regressor(char *cfgfile, char *weightfile, char *filename) function demo_regressor (line 150) | void demo_regressor(char *datacfg, char *cfgfile, char *weightfile, int ... function run_regressor (line 199) | void run_regressor(int argc, char **argv) FILE: examples/rnn.c type float_pair (line 5) | typedef struct { function float_pair (line 70) | float_pair get_rnn_token_data(int *tokens, size_t *offsets, int characte... function float_pair (line 96) | float_pair get_seq2seq_data(char **source, char **dest, int n, int chara... function float_pair (line 127) | float_pair get_rnn_data(unsigned char *text, size_t *offsets, int charac... function train_char_rnn (line 157) | void train_char_rnn(char *cfgfile, char *weightfile, char *filename, int... function print_symbol (line 237) | void print_symbol(int n, char **tokens){ function test_char_rnn (line 245) | void test_char_rnn(char *cfgfile, char *weightfile, int num, char *seed,... function test_tactic_rnn_multi (line 299) | void test_tactic_rnn_multi(char *cfgfile, char *weightfile, int num, flo... function test_tactic_rnn (line 344) | void test_tactic_rnn(char *cfgfile, char *weightfile, int num, float tem... function valid_tactic_rnn (line 386) | void valid_tactic_rnn(char *cfgfile, char *weightfile, char *seed) function valid_char_rnn (line 435) | void valid_char_rnn(char *cfgfile, char *weightfile, char *seed) function vec_char_rnn (line 473) | void vec_char_rnn(char *cfgfile, char *weightfile, char *seed) function run_char_rnn (line 519) | void run_char_rnn(int argc, char **argv) FILE: examples/rnn_vid.c type float_pair (line 10) | typedef struct { function float_pair (line 15) | float_pair get_rnn_vid_data(network net, char **files, int n, int batch,... function train_vid_rnn (line 71) | void train_vid_rnn(char *cfgfile, char *weightfile) function image (line 129) | image save_reconstruction(network net, image *init, float *feat, char *n... function generate_vid_rnn (line 147) | void generate_vid_rnn(char *cfgfile, char *weightfile) function run_vid_rnn (line 192) | void run_vid_rnn(int argc, char **argv) function run_vid_rnn (line 206) | void run_vid_rnn(int argc, char **argv){} FILE: examples/segmenter.c function train_segmenter (line 5) | void train_segmenter(char *datacfg, char *cfgfile, char *weightfile, int... function predict_segmenter (line 131) | void predict_segmenter(char *datafile, char *cfg, char *weights, char *f... function demo_segmenter (line 170) | void demo_segmenter(char *datacfg, char *cfg, char *weights, int cam_ind... function run_segmenter (line 213) | void run_segmenter(int argc, char **argv) FILE: examples/super.c function train_super (line 3) | void train_super(char *cfgfile, char *weightfile, int clear) function test_super (line 67) | void test_super(char *cfgfile, char *weightfile, char *filename) function run_super (line 104) | void run_super(int argc, char **argv) FILE: examples/swag.c function train_swag (line 4) | void train_swag(char *cfgfile, char *weightfile) function run_swag (line 73) | void run_swag(int argc, char **argv) FILE: examples/tag.c function train_tag (line 3) | void train_tag(char *cfgfile, char *weightfile, int clear) function test_tag (line 83) | void test_tag(char *cfgfile, char *weightfile, char *filename) function run_tag (line 126) | void run_tag(int argc, char **argv) FILE: examples/voxel.c function extract_voxel (line 3) | void extract_voxel(char *lfile, char *rfile, char *prefix) function train_voxel (line 39) | void train_voxel(char *cfgfile, char *weightfile) function test_voxel (line 106) | void test_voxel(char *cfgfile, char *weightfile, char *filename) function run_voxel (line 145) | void run_voxel(int argc, char **argv) FILE: examples/writing.c function train_writing (line 3) | void train_writing(char *cfgfile, char *weightfile) function test_writing (line 82) | void test_writing(char *cfgfile, char *weightfile, char *filename) function run_writing (line 131) | void run_writing(int argc, char **argv) FILE: examples/yolo.c function train_yolo (line 5) | void train_yolo(char *cfgfile, char *weightfile) function print_yolo_detections (line 77) | void print_yolo_detections(FILE **fps, char *id, int total, int classes,... function validate_yolo (line 98) | void validate_yolo(char *cfg, char *weights) function validate_yolo_recall (line 182) | void validate_yolo_recall(char *cfg, char *weights) function test_yolo (line 265) | void test_yolo(char *cfgfile, char *weightfile, char *filename, float th... function run_yolo (line 307) | void run_yolo(int argc, char **argv) FILE: include/darknet.h type metadata (line 27) | typedef struct{ type tree (line 34) | typedef struct{ type ACTIVATION (line 48) | typedef enum{ type IMTYPE (line 52) | typedef enum{ type BINARY_ACTIVATION (line 56) | typedef enum{ type LAYER_TYPE (line 60) | typedef enum { type COST_TYPE (line 93) | typedef enum{ type update_args (line 97) | typedef struct{ type network (line 109) | struct network type network (line 110) | typedef struct network network; type layer (line 112) | struct layer type layer (line 113) | typedef struct layer layer; type layer (line 115) | struct layer{ type learning_rate_policy (line 426) | typedef enum { type network (line 430) | typedef struct network{ type augment_args (line 498) | typedef struct { type image (line 508) | typedef struct { type box (line 515) | typedef struct{ type detection (line 519) | typedef struct detection{ type matrix (line 528) | typedef struct matrix{ type data (line 534) | typedef struct{ type data_type (line 543) | typedef enum { type load_args (line 547) | typedef struct load_args{ type box_label (line 580) | typedef struct{ type node (line 592) | typedef struct node{ type list (line 598) | typedef struct list{ FILE: python/darknet.py function sample (line 5) | def sample(probs): function c_array (line 15) | def c_array(ctype, values): class BOX (line 20) | class BOX(Structure): class DETECTION (line 26) | class DETECTION(Structure): class IMAGE (line 35) | class IMAGE(Structure): class METADATA (line 41) | class METADATA(Structure): function classify (line 117) | def classify(net, meta, im): function detect (line 125) | def detect(net, meta, image, thresh=.5, hier_thresh=.5, nms=.45): FILE: python/proverbot.py function predict_tactic (line 3) | def predict_tactic(net, s): function predict_tactics (line 27) | def predict_tactics(net, s, n): FILE: scripts/voc_label.py function convert (line 12) | def convert(size, box): function convert_annotation (line 25) | def convert_annotation(year, image_id): FILE: src/activation_layer.c function layer (line 12) | layer make_activation_layer(int batch, int inputs, ACTIVATION activation) function forward_activation_layer (line 38) | void forward_activation_layer(layer l, network net) function backward_activation_layer (line 44) | void backward_activation_layer(layer l, network net) function forward_activation_layer_gpu (line 52) | void forward_activation_layer_gpu(layer l, network net) function backward_activation_layer_gpu (line 58) | void backward_activation_layer_gpu(layer l, network net) FILE: src/activations.c function ACTIVATION (line 45) | ACTIVATION get_activation(char *s) function activate (line 65) | float activate(float x, ACTIVATION a) function activate_array (line 100) | void activate_array(float *x, const int n, const ACTIVATION a) function gradient (line 108) | float gradient(float x, ACTIVATION a) function gradient_array (line 143) | void gradient_array(const float *x, const int n, const ACTIVATION a, flo... FILE: src/activations.h function stair_activate (line 19) | static inline float stair_activate(float x) function hardtan_activate (line 25) | static inline float hardtan_activate(float x) function linear_activate (line 31) | static inline float linear_activate(float x){return x;} function logistic_activate (line 32) | static inline float logistic_activate(float x){return 1./(1. + exp(-x));} function loggy_activate (line 33) | static inline float loggy_activate(float x){return 2./(1. + exp(-x)) - 1;} function relu_activate (line 34) | static inline float relu_activate(float x){return x*(x>0);} function elu_activate (line 35) | static inline float elu_activate(float x){return (x >= 0)*x + (x < 0)*(e... function selu_activate (line 36) | static inline float selu_activate(float x){return (x >= 0)*1.0507*x + (x... function relie_activate (line 37) | static inline float relie_activate(float x){return (x>0) ? x : .01*x;} function ramp_activate (line 38) | static inline float ramp_activate(float x){return x*(x>0)+.1*x;} function leaky_activate (line 39) | static inline float leaky_activate(float x){return (x>0) ? x : .1*x;} function tanh_activate (line 40) | static inline float tanh_activate(float x){return (exp(2*x)-1)/(exp(2*x)... function plse_activate (line 41) | static inline float plse_activate(float x) function lhtan_activate (line 48) | static inline float lhtan_activate(float x) function lhtan_gradient (line 54) | static inline float lhtan_gradient(float x) function hardtan_gradient (line 60) | static inline float hardtan_gradient(float x) function linear_gradient (line 65) | static inline float linear_gradient(float x){return 1;} function logistic_gradient (line 66) | static inline float logistic_gradient(float x){return (1-x)*x;} function loggy_gradient (line 67) | static inline float loggy_gradient(float x) function stair_gradient (line 72) | static inline float stair_gradient(float x) function relu_gradient (line 77) | static inline float relu_gradient(float x){return (x>0);} function elu_gradient (line 78) | static inline float elu_gradient(float x){return (x >= 0) + (x < 0)*(x +... function selu_gradient (line 79) | static inline float selu_gradient(float x){return (x >= 0)*1.0507 + (x <... function relie_gradient (line 80) | static inline float relie_gradient(float x){return (x>0) ? 1 : .01;} function ramp_gradient (line 81) | static inline float ramp_gradient(float x){return (x>0)+.1;} function leaky_gradient (line 82) | static inline float leaky_gradient(float x){return (x>0) ? 1 : .1;} function tanh_gradient (line 83) | static inline float tanh_gradient(float x){return 1-x*x;} function plse_gradient (line 84) | static inline float plse_gradient(float x){return (x < 0 || x > 1) ? .01... FILE: src/avgpool_layer.c function avgpool_layer (line 5) | avgpool_layer make_avgpool_layer(int batch, int w, int h, int c) function resize_avgpool_layer (line 33) | void resize_avgpool_layer(avgpool_layer *l, int w, int h) function forward_avgpool_layer (line 40) | void forward_avgpool_layer(const avgpool_layer l, network net) function backward_avgpool_layer (line 57) | void backward_avgpool_layer(const avgpool_layer l, network net) FILE: src/avgpool_layer.h type layer (line 9) | typedef layer avgpool_layer; FILE: src/batchnorm_layer.c function layer (line 6) | layer make_batchnorm_layer(int batch, int w, int h, int c) function backward_scale_cpu (line 72) | void backward_scale_cpu(float *x_norm, float *delta, int batch, int n, i... function mean_delta_cpu (line 87) | void mean_delta_cpu(float *delta, float *variance, int batch, int filter... function variance_delta_cpu (line 102) | void variance_delta_cpu(float *x, float *delta, float *mean, float *var... function normalize_delta_cpu (line 117) | void normalize_delta_cpu(float *x, float *mean, float *variance, float *... function resize_batchnorm_layer (line 130) | void resize_batchnorm_layer(layer *layer, int w, int h) function forward_batchnorm_layer (line 135) | void forward_batchnorm_layer(layer l, network net) function backward_batchnorm_layer (line 157) | void backward_batchnorm_layer(layer l, network net) function pull_batchnorm_layer (line 176) | void pull_batchnorm_layer(layer l) function push_batchnorm_layer (line 182) | void push_batchnorm_layer(layer l) function forward_batchnorm_layer_gpu (line 189) | void forward_batchnorm_layer_gpu(layer l, network net) function backward_batchnorm_layer_gpu (line 238) | void backward_batchnorm_layer_gpu(layer l, network net) FILE: src/blas.c function reorg_cpu (line 9) | void reorg_cpu(float *x, int w, int h, int c, int batch, int stride, int... function flatten (line 32) | void flatten(float *x, int size, int layers, int batch, int forward) function weighted_sum_cpu (line 50) | void weighted_sum_cpu(float *a, float *b, float *s, int n, float *c) function weighted_delta_cpu (line 58) | void weighted_delta_cpu(float *a, float *b, float *s, float *da, float *... function shortcut_cpu (line 68) | void shortcut_cpu(int batch, int w1, int h1, int c1, float *add, int w2,... function mean_cpu (line 94) | void mean_cpu(float *x, int batch, int filters, int spatial, float *mean) function variance_cpu (line 110) | void variance_cpu(float *x, float *mean, int batch, int filters, int spa... function l2normalize_cpu (line 126) | void l2normalize_cpu(float *x, float *dx, int batch, int filters, int sp... function normalize_cpu (line 147) | void normalize_cpu(float *x, float *mean, float *variance, int batch, in... function const_cpu (line 160) | void const_cpu(int N, float ALPHA, float *X, int INCX) function mul_cpu (line 166) | void mul_cpu(int N, float *X, int INCX, float *Y, int INCY) function pow_cpu (line 172) | void pow_cpu(int N, float ALPHA, float *X, int INCX, float *Y, int INCY) function axpy_cpu (line 178) | void axpy_cpu(int N, float ALPHA, float *X, int INCX, float *Y, int INCY) function scal_cpu (line 184) | void scal_cpu(int N, float ALPHA, float *X, int INCX) function fill_cpu (line 190) | void fill_cpu(int N, float ALPHA, float *X, int INCX) function deinter_cpu (line 196) | void deinter_cpu(int NX, float *X, int NY, float *Y, int B, float *OUT) function inter_cpu (line 212) | void inter_cpu(int NX, float *X, int NY, float *Y, int B, float *OUT) function copy_cpu (line 226) | void copy_cpu(int N, float *X, int INCX, float *Y, int INCY) function mult_add_into_cpu (line 232) | void mult_add_into_cpu(int N, float *X, float *Y, float *Z) function smooth_l1_cpu (line 238) | void smooth_l1_cpu(int n, float *pred, float *truth, float *delta, float... function l1_cpu (line 255) | void l1_cpu(int n, float *pred, float *truth, float *delta, float *error) function softmax_x_ent_cpu (line 265) | void softmax_x_ent_cpu(int n, float *pred, float *truth, float *delta, f... function logistic_x_ent_cpu (line 276) | void logistic_x_ent_cpu(int n, float *pred, float *truth, float *delta, ... function l2_cpu (line 287) | void l2_cpu(int n, float *pred, float *truth, float *delta, float *error) function dot_cpu (line 297) | float dot_cpu(int N, float *X, int INCX, float *Y, int INCY) function softmax (line 305) | void softmax(float *input, int n, float temp, int stride, float *output) function softmax_cpu (line 324) | void softmax_cpu(float *input, int n, int batch, int batch_offset, int g... function upsample_cpu (line 334) | void upsample_cpu(float *in, int w, int h, int c, int batch, int stride,... FILE: src/box.c function nms_comparator (line 6) | int nms_comparator(const void *pa, const void *pb) function do_nms_obj (line 21) | void do_nms_obj(detection *dets, int total, int classes, float thresh) function do_nms_sort (line 58) | void do_nms_sort(detection *dets, int total, int classes, float thresh) function box (line 91) | box float_to_box(float *f, int stride) function dbox (line 101) | dbox derivative(box a, box b) function overlap (line 152) | float overlap(float x1, float w1, float x2, float w2) function box_intersection (line 163) | float box_intersection(box a, box b) function box_union (line 172) | float box_union(box a, box b) function box_iou (line 179) | float box_iou(box a, box b) function box_rmse (line 184) | float box_rmse(box a, box b) function dbox (line 192) | dbox dintersect(box a, box b) function dbox (line 207) | dbox dunion(box a, box b) function test_dunion (line 221) | void test_dunion() function test_dintersect (line 243) | void test_dintersect() function test_box (line 266) | void test_box() function dbox (line 295) | dbox diou(box a, box b) function do_nms (line 319) | void do_nms(box *boxes, float **probs, int total, int classes, float thr... function box (line 339) | box encode_box(box b, box anchor) function box (line 349) | box decode_box(box b, box anchor) FILE: src/box.h type dbox (line 5) | typedef struct{ FILE: src/col2im.c function col2im_add_pixel (line 3) | void col2im_add_pixel(float *im, int height, int width, int channels, function col2im_cpu (line 14) | void col2im_cpu(float* data_col, FILE: src/compare.c function train_compare (line 10) | void train_compare(char *cfgfile, char *weightfile) function validate_compare (line 81) | void validate_compare(char *filename, char *weightfile) type sortable_bbox (line 148) | typedef struct { function elo_comparator (line 160) | int elo_comparator(const void*a, const void *b) function bbox_comparator (line 169) | int bbox_comparator(const void *a, const void *b) function bbox_update (line 193) | void bbox_update(sortable_bbox *a, sortable_bbox *b, int class, int result) function bbox_fight (line 204) | void bbox_fight(network net, sortable_bbox *a, sortable_bbox *b, int cla... function SortMaster3000 (line 227) | void SortMaster3000(char *filename, char *weightfile) function BattleRoyaleWithCheese (line 258) | void BattleRoyaleWithCheese(char *filename, char *weightfile) function run_compare (line 333) | void run_compare(int argc, char **argv) FILE: src/connected_layer.c function layer (line 14) | layer make_connected_layer(int batch, int inputs, int outputs, ACTIVATIO... function update_connected_layer (line 132) | void update_connected_layer(layer l, update_args a) function forward_connected_layer (line 151) | void forward_connected_layer(layer l, network net) function backward_connected_layer (line 169) | void backward_connected_layer(layer l, network net) function denormalize_connected_layer (line 199) | void denormalize_connected_layer(layer l) function statistics_connected_layer (line 215) | void statistics_connected_layer(layer l) function pull_connected_layer (line 235) | void pull_connected_layer(layer l) function push_connected_layer (line 248) | void push_connected_layer(layer l) function update_connected_layer_gpu (line 261) | void update_connected_layer_gpu(layer l, update_args a) function forward_connected_layer_gpu (line 288) | void forward_connected_layer_gpu(layer l, network net) function backward_connected_layer_gpu (line 308) | void backward_connected_layer_gpu(layer l, network net) FILE: src/convolutional_layer.c function swap_binary (line 15) | void swap_binary(convolutional_layer *l) function binarize_weights (line 28) | void binarize_weights(float *weights, int n, int size, float *binary) function binarize_cpu (line 43) | void binarize_cpu(float *input, int n, float *binary) function binarize_input (line 51) | void binarize_input(float *input, int n, int size, float *binary) function convolutional_out_height (line 66) | int convolutional_out_height(convolutional_layer l) function convolutional_out_width (line 71) | int convolutional_out_width(convolutional_layer l) function image (line 76) | image get_convolutional_image(convolutional_layer l) function image (line 81) | image get_convolutional_delta(convolutional_layer l) function get_workspace_size (line 86) | static size_t get_workspace_size(layer l){ function cudnn_convolutional_setup (line 123) | void cudnn_convolutional_setup(layer *l) function convolutional_layer (line 176) | convolutional_layer make_convolutional_layer(int batch, int h, int w, in... function denormalize_convolutional_layer (line 330) | void denormalize_convolutional_layer(convolutional_layer l) function resize_convolutional_layer (line 370) | void resize_convolutional_layer(convolutional_layer *l, int w, int h) function add_bias (line 411) | void add_bias(float *output, float *biases, int batch, int n, int size) function scale_bias (line 423) | void scale_bias(float *output, float *scales, int batch, int n, int size) function backward_bias (line 435) | void backward_bias(float *bias_updates, float *delta, int batch, int n, ... function forward_convolutional_layer (line 445) | void forward_convolutional_layer(convolutional_layer l, network net) function backward_convolutional_layer (line 487) | void backward_convolutional_layer(convolutional_layer l, network net) function update_convolutional_layer (line 538) | void update_convolutional_layer(convolutional_layer l, update_args a) function image (line 559) | image get_convolutional_weight(convolutional_layer l, int i) function rgbgr_weights (line 567) | void rgbgr_weights(convolutional_layer l) function rescale_weights (line 578) | void rescale_weights(convolutional_layer l, float scale, float trans) function image (line 591) | image *get_weights(convolutional_layer l) function image (line 608) | image *visualize_convolutional_layer(convolutional_layer l, char *window... FILE: src/convolutional_layer.h type layer (line 10) | typedef layer convolutional_layer; FILE: src/cost_layer.c function COST_TYPE (line 10) | COST_TYPE get_cost_type(char *s) function cost_layer (line 41) | cost_layer make_cost_layer(int batch, int inputs, COST_TYPE cost_type, f... function resize_cost_layer (line 68) | void resize_cost_layer(cost_layer *l, int inputs) function forward_cost_layer (line 82) | void forward_cost_layer(cost_layer l, network net) function backward_cost_layer (line 101) | void backward_cost_layer(const cost_layer l, network net) function pull_cost_layer (line 108) | void pull_cost_layer(cost_layer l) function push_cost_layer (line 113) | void push_cost_layer(cost_layer l) function float_abs_compare (line 118) | int float_abs_compare (const void * a, const void * b) function forward_cost_layer_gpu (line 127) | void forward_cost_layer_gpu(cost_layer l, network net) function backward_cost_layer_gpu (line 171) | void backward_cost_layer_gpu(const cost_layer l, network net) FILE: src/cost_layer.h type layer (line 6) | typedef layer cost_layer; FILE: src/crnn_layer.c function increment_layer (line 13) | static void increment_layer(layer *l, int steps) function layer (line 29) | layer make_crnn_layer(int batch, int h, int w, int c, int hidden_filters... function update_crnn_layer (line 84) | void update_crnn_layer(layer l, update_args a) function forward_crnn_layer (line 91) | void forward_crnn_layer(layer l, network net) function backward_crnn_layer (line 132) | void backward_crnn_layer(layer l, network net) function pull_crnn_layer (line 183) | void pull_crnn_layer(layer l) function push_crnn_layer (line 190) | void push_crnn_layer(layer l) function update_crnn_layer_gpu (line 197) | void update_crnn_layer_gpu(layer l, update_args a) function forward_crnn_layer_gpu (line 204) | void forward_crnn_layer_gpu(layer l, network net) function backward_crnn_layer_gpu (line 244) | void backward_crnn_layer_gpu(layer l, network net) FILE: src/crop_layer.c function image (line 5) | image get_crop_image(crop_layer l) function backward_crop_layer (line 13) | void backward_crop_layer(const crop_layer l, network net){} function backward_crop_layer_gpu (line 14) | void backward_crop_layer_gpu(const crop_layer l, network net){} function crop_layer (line 16) | crop_layer make_crop_layer(int batch, int h, int w, int c, int crop_heig... function resize_crop_layer (line 48) | void resize_crop_layer(layer *l, int w, int h) function forward_crop_layer (line 67) | void forward_crop_layer(const crop_layer l, network net) FILE: src/crop_layer.h type layer (line 8) | typedef layer crop_layer; FILE: src/cuda.c function cuda_set_device (line 12) | void cuda_set_device(int n) function cuda_get_device (line 19) | int cuda_get_device() function check_error (line 27) | void check_error(cudaError_t status) function dim3 (line 51) | dim3 cuda_gridsize(size_t n){ function cudnnHandle_t (line 65) | cudnnHandle_t cudnn_handle() function cublasHandle_t (line 78) | cublasHandle_t blas_handle() function cuda_random (line 106) | void cuda_random(float *x_gpu, size_t n) function cuda_compare (line 120) | float cuda_compare(float *x_gpu, float *x, size_t n, char *s) function cuda_free (line 147) | void cuda_free(float *x_gpu) function cuda_push_array (line 153) | void cuda_push_array(float *x_gpu, float *x, size_t n) function cuda_pull_array (line 160) | void cuda_pull_array(float *x_gpu, float *x, size_t n) function cuda_mag_array (line 167) | float cuda_mag_array(float *x_gpu, size_t n) function cuda_set_device (line 176) | void cuda_set_device(int n){} FILE: src/data.c function list (line 12) | list *get_paths(char *filename) function matrix (line 68) | matrix load_image_paths_gray(char **paths, int n, int w, int h) function matrix (line 89) | matrix load_image_paths(char **paths, int n, int w, int h) function matrix (line 105) | matrix load_image_augment_paths(char **paths, int n, int min, int max, i... function box_label (line 139) | box_label *read_boxes(char *filename, int *n) function randomize_boxes (line 169) | void randomize_boxes(box_label *b, int n) function correct_boxes (line 180) | void correct_boxes(box_label *boxes, int n, float dx, float dy, float sx... function fill_truth_swag (line 217) | void fill_truth_swag(char *path, float *truth, int classes, int flip, fl... function fill_truth_region (line 255) | void fill_truth_region(char *path, float *truth, int classes, int num_bo... function load_rle (line 303) | void load_rle(image im, int *rle, int n) function or_image (line 319) | void or_image(image src, image dest, int c) function exclusive_image (line 327) | void exclusive_image(image src) function box (line 342) | box bound_image(image im) function fill_truth_iseg (line 364) | void fill_truth_iseg(char *path, int num_boxes, float *truth, int classe... function fill_truth_mask (line 402) | void fill_truth_mask(char *path, int num_boxes, float *truth, int classe... function fill_truth_detection (line 447) | void fill_truth_detection(char *path, int num_boxes, float *truth, int c... function print_letters (line 491) | void print_letters(float *pred, int n) function fill_truth_captcha (line 501) | void fill_truth_captcha(char *path, int n, float *truth) function data (line 516) | data load_data_captcha(char **paths, int n, int m, int k, int w, int h) function data (line 531) | data load_data_captcha_encode(char **paths, int n, int m, int w, int h) function fill_truth (line 543) | void fill_truth(char *path, char **labels, int k, float *truth) function fill_hierarchy (line 558) | void fill_hierarchy(float *truth, int k, tree *hierarchy) function matrix (line 590) | matrix load_regression_labels_paths(char **paths, int n, int k) function matrix (line 620) | matrix load_labels_paths(char **paths, int n, char **labels, int k, tree... function matrix (line 633) | matrix load_tags_paths(char **paths, int n, int k) function free_data (line 665) | void free_data(data d) function image (line 676) | image get_segmentation_image(char *path, int w, int h, int classes) function image (line 703) | image get_segmentation_image2(char *path, int w, int h, int classes) function data (line 737) | data load_data_seg(int n, char **paths, int m, int w, int h, int classes... function data (line 785) | data load_data_iseg(int n, char **paths, int m, int w, int h, int classe... function data (line 825) | data load_data_mask(int n, char **paths, int m, int w, int h, int classe... function data (line 865) | data load_data_region(int n, char **paths, int m, int w, int h, int size... function data (line 919) | data load_data_compare(int n, char **paths, int m, int classes, int w, i... function data (line 983) | data load_data_swag(char **paths, int n, int classes, float jitter) function data (line 1036) | data load_data_detection(int n, char **paths, int m, int w, int h, int b... type load_args (line 1093) | struct load_args function pthread_t (line 1135) | pthread_t load_data_in_thread(load_args args) function load_data_blocking (line 1173) | void load_data_blocking(load_args args) function pthread_t (line 1180) | pthread_t load_data(load_args args) function data (line 1189) | data load_data_writing(char **paths, int n, int m, int w, int h, int out... function data (line 1204) | data load_data_old(char **paths, int n, int m, char **labels, int k, int... function data (line 1229) | data load_data_super(char **paths, int n, int m, int w, int h, int scale) function data (line 1259) | data load_data_regression(char **paths, int n, int m, int k, int min, in... function data (line 1270) | data select_data(data *orig, int *inds) function data (line 1293) | data *tile_data(data orig, int divs, int size) function data (line 1320) | data resize_data(data orig, int w, int h) function data (line 1340) | data load_data_augment(char **paths, int n, int m, char **labels, int k,... function data (line 1353) | data load_data_tag(char **paths, int n, int m, int k, int min, int max, ... function matrix (line 1366) | matrix concat_matrix(matrix m1, matrix m2) function data (line 1382) | data concat_data(data d1, data d2) function data (line 1393) | data concat_datas(data *d, int n) function data (line 1405) | data load_categorical_data_csv(char *filename, int target, int k) function data (line 1422) | data load_cifar10_data(char *filename) function get_random_batch (line 1449) | void get_random_batch(data d, int n, float *X, float *y) function get_next_batch (line 1459) | void get_next_batch(data d, int n, int offset, float *X, float *y) function smooth_data (line 1469) | void smooth_data(data d) function data (line 1481) | data load_all_cifar10() function data (line 1514) | data load_go(char *filename) function randomize_data (line 1561) | void randomize_data(data d) function scale_data_rows (line 1576) | void scale_data_rows(data d, float s) function translate_data_rows (line 1584) | void translate_data_rows(data d, float s) function data (line 1592) | data copy_data(data d) function normalize_data_rows (line 1605) | void normalize_data_rows(data d) function data (line 1613) | data get_data_part(data d, int part, int total) function data (line 1626) | data get_random_data(data d, int num) function data (line 1649) | data *split_data(data d, int part, int total) FILE: src/data.h function distance_from_edge (line 11) | static inline float distance_from_edge(int x, int max) FILE: src/deconvolutional_layer.c function get_workspace_size (line 14) | static size_t get_workspace_size(layer l){ function bilinear_init (line 18) | void bilinear_init(layer l) function layer (line 35) | layer make_deconvolutional_layer(int batch, int h, int w, int c, int n, ... function denormalize_deconvolutional_layer (line 168) | void denormalize_deconvolutional_layer(layer l) function resize_deconvolutional_layer (line 183) | void resize_deconvolutional_layer(layer *l, int h, int w) function forward_deconvolutional_layer (line 222) | void forward_deconvolutional_layer(const layer l, network net) function backward_deconvolutional_layer (line 249) | void backward_deconvolutional_layer(layer l, network net) function update_deconvolutional_layer (line 290) | void update_deconvolutional_layer(layer l, update_args a) FILE: src/demo.c function size_network (line 40) | int size_network(network *net) function remember_network (line 53) | void remember_network(network *net) function detection (line 66) | detection *avg_predictions(network *net, int *nboxes) function demo (line 187) | void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, ... function demo (line 344) | void demo(char *cfgfile, char *weightfile, float thresh, int cam_index, ... FILE: src/detection_layer.c function detection_layer (line 14) | detection_layer make_detection_layer(int batch, int inputs, int n, int s... function forward_detection_layer (line 50) | void forward_detection_layer(const detection_layer l, network net) function backward_detection_layer (line 220) | void backward_detection_layer(const detection_layer l, network net) function get_detection_detections (line 225) | void get_detection_detections(layer l, int w, int h, float thresh, detec... function forward_detection_layer_gpu (line 256) | void forward_detection_layer_gpu(const detection_layer l, network net) function backward_detection_layer_gpu (line 269) | void backward_detection_layer_gpu(detection_layer l, network net) FILE: src/detection_layer.h type layer (line 7) | typedef layer detection_layer; FILE: src/dropout_layer.c function dropout_layer (line 7) | dropout_layer make_dropout_layer(int batch, int inputs, float probability) function resize_dropout_layer (line 28) | void resize_dropout_layer(dropout_layer *l, int inputs) function forward_dropout_layer (line 38) | void forward_dropout_layer(dropout_layer l, network net) function backward_dropout_layer (line 50) | void backward_dropout_layer(dropout_layer l, network net) FILE: src/dropout_layer.h type layer (line 7) | typedef layer dropout_layer; FILE: src/gemm.c function gemm_bin (line 8) | void gemm_bin(int M, int N, int K, float ALPHA, function time_random_matrix (line 40) | void time_random_matrix(int TA, int TB, int m, int k, int n) function gemm (line 65) | void gemm(int TA, int TB, int M, int N, int K, float ALPHA, function gemm_nn (line 74) | void gemm_nn(int M, int N, int K, float ALPHA, function gemm_nt (line 91) | void gemm_nt(int M, int N, int K, float ALPHA, function gemm_tn (line 109) | void gemm_tn(int M, int N, int K, float ALPHA, function gemm_tt (line 126) | void gemm_tt(int M, int N, int K, float ALPHA, function gemm_cpu (line 145) | void gemm_cpu(int TA, int TB, int M, int N, int K, float ALPHA, function gemm_gpu (line 172) | void gemm_gpu(int TA, int TB, int M, int N, int K, float ALPHA, function time_gpu_random_matrix (line 189) | void time_gpu_random_matrix(int TA, int TB, int m, int k, int n) function time_gpu (line 213) | void time_gpu(int TA, int TB, int m, int k, int n) function test_gpu_accuracy (line 248) | void test_gpu_accuracy(int TA, int TB, int m, int k, int n) function test_gpu_blas (line 285) | int test_gpu_blas() FILE: src/gru_layer.c function increment_layer (line 13) | static void increment_layer(layer *l, int steps) function layer (line 29) | layer make_gru_layer(int batch, int inputs, int outputs, int steps, int ... function update_gru_layer (line 118) | void update_gru_layer(layer l, update_args a) function forward_gru_layer (line 128) | void forward_gru_layer(layer l, network net) function backward_gru_layer (line 204) | void backward_gru_layer(layer l, network net) function pull_gru_layer (line 210) | void pull_gru_layer(layer l) function push_gru_layer (line 214) | void push_gru_layer(layer l) function update_gru_layer_gpu (line 218) | void update_gru_layer_gpu(layer l, update_args a) function forward_gru_layer_gpu (line 228) | void forward_gru_layer_gpu(layer l, network net) function backward_gru_layer_gpu (line 302) | void backward_gru_layer_gpu(layer l, network net) FILE: src/im2col.c function im2col_get_pixel (line 3) | float im2col_get_pixel(float *im, int height, int width, int channels, function im2col_cpu (line 16) | void im2col_cpu(float* data_im, FILE: src/image.c function get_color (line 17) | float get_color(int c, int x, int max) function image (line 28) | image mask_to_rgb(image mask) function get_pixel (line 47) | static float get_pixel(image m, int x, int y, int c) function get_pixel_extend (line 52) | static float get_pixel_extend(image m, int x, int y, int c) function set_pixel (line 64) | static void set_pixel(image m, int x, int y, int c, float val) function add_pixel (line 70) | static void add_pixel(image m, int x, int y, int c, float val) function bilinear_interpolate (line 76) | static float bilinear_interpolate(image im, float x, float y, int c) function composite_image (line 92) | void composite_image(image source, image dest, int dx, int dy) function image (line 106) | image border_image(image a, int border) function image (line 122) | image tile_images(image a, image b, int dx) function image (line 132) | image get_label(image **characters, char *string, int size) function draw_label (line 149) | void draw_label(image a, int r, int c, image label, const float *rgb) function draw_box (line 166) | void draw_box(image a, int x1, int y1, int x2, int y2, float r, float g,... function draw_box_width (line 202) | void draw_box_width(image a, int x1, int y1, int x2, int y2, int w, floa... function draw_bbox (line 210) | void draw_bbox(image a, box bbox, int w, float r, float g, float b) function image (line 223) | image **load_alphabet() function draw_detections (line 239) | void draw_detections(image im, detection *dets, int num, float thresh, c... function transpose_image (line 312) | void transpose_image(image im) function rotate_image_cw (line 328) | void rotate_image_cw(image im, int times) function flip_image (line 349) | void flip_image(image a) function image (line 365) | image image_distance(image a, image b) function ghost_image (line 380) | void ghost_image(image source, image dest, int dx, int dy) function blocky_image (line 399) | void blocky_image(image im, int s) function censor_image (line 411) | void censor_image(image im, int dx, int dy, int w, int h) function embed_image (line 428) | void embed_image(image source, image dest, int dx, int dy) function image (line 441) | image collapse_image_layers(image source, int border) function constrain_image (line 456) | void constrain_image(image im) function normalize_image (line 465) | void normalize_image(image p) function normalize_image2 (line 485) | void normalize_image2(image p) function copy_image_into (line 514) | void copy_image_into(image src, image dest) function image (line 519) | image copy_image(image p) function rgbgr_image (line 527) | void rgbgr_image(image im) function show_image (line 537) | int show_image(image p, const char *name, int ms) function save_image_options (line 549) | void save_image_options(image im, const char *name, IMTYPE f, int quality) function save_image (line 574) | void save_image(image im, const char *name) function show_image_layers (line 579) | void show_image_layers(image p, char *name) function show_image_collapsed (line 591) | void show_image_collapsed(image p, char *name) function image (line 598) | image make_empty_image(int w, int h, int c) function image (line 608) | image make_image(int w, int h, int c) function image (line 615) | image make_random_image(int w, int h, int c) function image (line 626) | image float_to_image(int w, int h, int c, float *data) function place_image (line 633) | void place_image(image im, int w, int h, int dx, int dy, image canvas) function image (line 648) | image center_crop_image(image im, int w, int h) function image (line 657) | image rotate_crop_image(image im, float rad, float s, int w, int h, floa... function image (line 676) | image rotate_image(image im, float rad) function fill_image (line 695) | void fill_image(image m, float s) function translate_image (line 701) | void translate_image(image m, float s) function scale_image (line 707) | void scale_image(image m, float s) function image (line 713) | image crop_image(image im, int dx, int dy, int w, int h) function best_3d_shift_r (line 733) | int best_3d_shift_r(image a, image b, int min, int max) function best_3d_shift (line 747) | int best_3d_shift(image a, image b, int min, int max) function composite_3d (line 765) | void composite_3d(char *f1, char *f2, char *out, int delta) function letterbox_image_into (line 796) | void letterbox_image_into(image im, int w, int h, image boxed) function image (line 812) | image letterbox_image(image im, int w, int h) function image (line 833) | image resize_max(image im, int max) function image (line 849) | image resize_min(image im, int min) function image (line 865) | image random_crop_image(image im, int w, int h) function augment_args (line 873) | augment_args random_augment_args(image im, float angle, float aspect, in... function image (line 900) | image random_augment_image(image im, float angle, float aspect, int low,... function three_way_max (line 907) | float three_way_max(float a, float b, float c) function three_way_min (line 912) | float three_way_min(float a, float b, float c) function yuv_to_rgb (line 917) | void yuv_to_rgb(image im) function rgb_to_yuv (line 940) | void rgb_to_yuv(image im) function rgb_to_hsv (line 964) | void rgb_to_hsv(image im) function hsv_to_rgb (line 1001) | void hsv_to_rgb(image im) function grayscale_image_3c (line 1042) | void grayscale_image_3c(image im) function image (line 1060) | image grayscale_image(image im) function image (line 1076) | image threshold_image(image im, float thresh) function image (line 1086) | image blend_image(image fore, image back, float alpha) function scale_image_channel (line 1103) | void scale_image_channel(image im, int c, float v) function translate_image_channel (line 1115) | void translate_image_channel(image im, int c, float v) function image (line 1127) | image binarize_image(image im) function saturate_image (line 1138) | void saturate_image(image im, float sat) function hue_image (line 1146) | void hue_image(image im, float hue) function exposure_image (line 1159) | void exposure_image(image im, float sat) function distort_image (line 1167) | void distort_image(image im, float hue, float sat, float val) function random_distort_image (line 1182) | void random_distort_image(image im, float hue, float saturation, float e... function saturate_exposure_image (line 1190) | void saturate_exposure_image(image im, float sat, float exposure) function image (line 1199) | image resize_image(image im, int w, int h) function test_resize (line 1244) | void test_resize(char *filename) function image (line 1293) | image load_image_stb(char *filename, int channels) function image (line 1317) | image load_image(char *filename, int w, int h, int c) function image (line 1333) | image load_image_color(char *filename, int w, int h) function image (line 1338) | image get_image_layer(image m, int l) function print_image (line 1347) | void print_image(image m) function image (line 1364) | image collapse_images_vert(image *ims, int n) function image (line 1399) | image collapse_images_horz(image *ims, int n) function show_image_normalized (line 1435) | void show_image_normalized(image im, const char *name) function show_images (line 1443) | void show_images(image *ims, int n, char *window) function free_image (line 1461) | void free_image(image m) FILE: src/image_opencv.cpp function IplImage (line 12) | IplImage *image_to_ipl(image im) function image (line 28) | image ipl_to_image(IplImage* src) function Mat (line 48) | Mat image_to_mat(image im) function image (line 61) | image mat_to_image(Mat m) function image (line 81) | image get_image_from_stream(void *p) function image (line 90) | image load_image_cv(char *filename, int channels) function show_image_cv (line 113) | int show_image_cv(image im, const char* name, int ms) function make_window (line 122) | void make_window(char *name, int w, int h, int fullscreen) FILE: src/iseg_layer.c function layer (line 13) | layer make_iseg_layer(int batch, int w, int h, int classes, int ids) function resize_iseg_layer (line 58) | void resize_iseg_layer(layer *l, int w, int h) function forward_iseg_layer (line 78) | void forward_iseg_layer(const layer l, network net) function backward_iseg_layer (line 195) | void backward_iseg_layer(const layer l, network net) function forward_iseg_layer_gpu (line 202) | void forward_iseg_layer_gpu(const layer l, network net) function backward_iseg_layer_gpu (line 216) | void backward_iseg_layer_gpu(const layer l, network net) FILE: src/l2norm_layer.c function layer (line 12) | layer make_l2norm_layer(int batch, int inputs) function forward_l2norm_layer (line 37) | void forward_l2norm_layer(const layer l, network net) function backward_l2norm_layer (line 43) | void backward_l2norm_layer(const layer l, network net) function forward_l2norm_layer_gpu (line 51) | void forward_l2norm_layer_gpu(const layer l, network net) function backward_l2norm_layer_gpu (line 57) | void backward_l2norm_layer_gpu(const layer l, network net) FILE: src/layer.c function free_layer (line 6) | void free_layer(layer l) FILE: src/list.c function list (line 5) | list *make_list() function list_insert (line 40) | void list_insert(list *l, void *val) function free_node (line 57) | void free_node(node *n) function free_list (line 67) | void free_list(list *l) function free_list_contents (line 73) | void free_list_contents(list *l) FILE: src/local_layer.c function local_out_height (line 10) | int local_out_height(local_layer l) function local_out_width (line 18) | int local_out_width(local_layer l) function local_layer (line 26) | local_layer make_local_layer(int batch, int h, int w, int c, int n, int ... function forward_local_layer (line 91) | void forward_local_layer(const local_layer l, network net) function backward_local_layer (line 122) | void backward_local_layer(local_layer l, network net) function update_local_layer (line 167) | void update_local_layer(local_layer l, update_args a) function forward_local_layer_gpu (line 186) | void forward_local_layer_gpu(const local_layer l, network net) function backward_local_layer_gpu (line 217) | void backward_local_layer_gpu(local_layer l, network net) function update_local_layer_gpu (line 261) | void update_local_layer_gpu(local_layer l, update_args a) function pull_local_layer (line 278) | void pull_local_layer(local_layer l) function push_local_layer (line 286) | void push_local_layer(local_layer l) FILE: src/local_layer.h type layer (line 10) | typedef layer local_layer; FILE: src/logistic_layer.c function layer (line 12) | layer make_logistic_layer(int batch, int inputs) function forward_logistic_layer (line 38) | void forward_logistic_layer(const layer l, network net) function backward_logistic_layer (line 48) | void backward_logistic_layer(const layer l, network net) function forward_logistic_layer_gpu (line 55) | void forward_logistic_layer_gpu(const layer l, network net) function backward_logistic_layer_gpu (line 66) | void backward_logistic_layer_gpu(const layer l, network net) FILE: src/lstm_layer.c function increment_layer (line 13) | static void increment_layer(layer *l, int steps) function layer (line 29) | layer make_lstm_layer(int batch, int inputs, int outputs, int steps, int... function update_lstm_layer (line 144) | void update_lstm_layer(layer l, update_args a) function forward_lstm_layer (line 156) | void forward_lstm_layer(layer l, network state) function backward_lstm_layer (line 242) | void backward_lstm_layer(layer l, network state) function update_lstm_layer_gpu (line 386) | void update_lstm_layer_gpu(layer l, update_args a) function forward_lstm_layer_gpu (line 398) | void forward_lstm_layer_gpu(layer l, network state) function backward_lstm_layer_gpu (line 484) | void backward_lstm_layer_gpu(layer l, network state) FILE: src/matrix.c function free_matrix (line 10) | void free_matrix(matrix m) function matrix_topk_accuracy (line 17) | float matrix_topk_accuracy(matrix truth, matrix guess, int k) function scale_matrix (line 37) | void scale_matrix(matrix m, float scale) function matrix (line 47) | matrix resize_matrix(matrix m, int size) function matrix_add_matrix (line 66) | void matrix_add_matrix(matrix from, matrix to) function matrix (line 77) | matrix copy_matrix(matrix m) function matrix (line 91) | matrix make_matrix(int rows, int cols) function matrix (line 104) | matrix hold_out_matrix(matrix *m, int n) function matrix (line 133) | matrix csv_to_matrix(char *filename) function matrix_to_csv (line 161) | void matrix_to_csv(matrix m) function print_matrix (line 174) | void print_matrix(matrix m) FILE: src/maxpool_layer.c function image (line 5) | image get_maxpool_image(maxpool_layer l) function image (line 13) | image get_maxpool_delta(maxpool_layer l) function maxpool_layer (line 21) | maxpool_layer make_maxpool_layer(int batch, int h, int w, int c, int siz... function resize_maxpool_layer (line 54) | void resize_maxpool_layer(maxpool_layer *l, int w, int h) function forward_maxpool_layer (line 79) | void forward_maxpool_layer(const maxpool_layer l, network net) function backward_maxpool_layer (line 116) | void backward_maxpool_layer(const maxpool_layer l, network net) FILE: src/maxpool_layer.h type layer (line 9) | typedef layer maxpool_layer; FILE: src/network.c function load_args (line 35) | load_args get_base_args(network *net) function network (line 53) | network *load_network(char *cfg, char *weights, int clear) function get_current_batch (line 63) | size_t get_current_batch(network *net) function reset_network_state (line 69) | void reset_network_state(network *net, int b) function reset_rnn (line 85) | void reset_rnn(network *net) function get_current_rate (line 90) | float get_current_rate(network *net) function network (line 177) | network *make_network(int n) function forward_network (line 188) | void forward_network(network *netp) function update_network (line 213) | void update_network(network *netp) function calc_network_cost (line 243) | void calc_network_cost(network *netp) function get_predicted_class_network (line 258) | int get_predicted_class_network(network *net) function backward_network (line 263) | void backward_network(network *netp) function train_network_datum (line 289) | float train_network_datum(network *net) function train_network_sgd (line 300) | float train_network_sgd(network *net, data d, int n) function train_network (line 314) | float train_network(network *net, data d) function set_temp_network (line 330) | void set_temp_network(network *net, float t) function set_batch_network (line 339) | void set_batch_network(network *net, int b) function resize_network (line 358) | int resize_network(network *net, int w, int h) function layer (line 440) | layer get_network_detection_layer(network *net) function image (line 453) | image get_network_image_layer(network *net, int i) function image (line 466) | image get_network_image(network *net) function visualize_network (line 477) | void visualize_network(network *net) function top_predictions (line 491) | void top_predictions(network *net, int k, int *index) function num_detections (line 510) | int num_detections(network *net, float thresh) function detection (line 526) | detection *make_network_boxes(network *net, float thresh, int *num) function fill_network_boxes (line 542) | void fill_network_boxes(network *net, int w, int h, float thresh, float ... function detection (line 562) | detection *get_network_boxes(network *net, int w, int h, float thresh, f... function free_detections (line 569) | void free_detections(detection *dets, int n) function network_width (line 588) | int network_width(network *net){return net->w;} function network_height (line 589) | int network_height(network *net){return net->h;} function matrix (line 591) | matrix network_predict_data_multi(network *net, data test, int n) function matrix (line 616) | matrix network_predict_data(network *net, data test) function print_network (line 639) | void print_network(network *net) function compare_networks (line 656) | void compare_networks(network *n1, network *n2, data test) function network_accuracy (line 681) | float network_accuracy(network *net, data d) function layer (line 699) | layer get_network_output_layer(network *net) function network_accuracy_multi (line 708) | float network_accuracy_multi(network *net, data d, int n) function free_network (line 716) | void free_network(network *net) function layer (line 736) | layer network_output_layer(network *net) function network_inputs (line 745) | int network_inputs(network *net) function network_outputs (line 750) | int network_outputs(network *net) function forward_network_gpu (line 762) | void forward_network_gpu(network *netp) function backward_network_gpu (line 790) | void backward_network_gpu(network *netp) function update_network_gpu (line 813) | void update_network_gpu(network *netp) function harmless_update_network_gpu (line 838) | void harmless_update_network_gpu(network *netp) type train_args (line 851) | typedef struct { function pthread_t (line 866) | pthread_t train_network_in_thread(network *net, data d, float *err) function merge_weights (line 877) | void merge_weights(layer l, layer base) function scale_weights (line 891) | void scale_weights(layer l, float s) function pull_weights (line 906) | void pull_weights(layer l) function push_weights (line 918) | void push_weights(layer l) function distribute_weights (line 930) | void distribute_weights(layer l, layer base) function sync_layer (line 1027) | void sync_layer(network **nets, int n, int j) type sync_args (line 1047) | typedef struct{ function pthread_t (line 1061) | pthread_t sync_layer_in_thread(network **nets, int n, int j) function sync_nets (line 1072) | void sync_nets(network **nets, int n, int interval) function train_networks (line 1091) | float train_networks(network **nets, int n, data d, int interval) function pull_network_output (line 1123) | void pull_network_output(network *net) FILE: src/normalization_layer.c function layer (line 6) | layer make_normalization_layer(int batch, int w, int h, int c, int size,... function resize_normalization_layer (line 40) | void resize_normalization_layer(layer *layer, int w, int h) function forward_normalization_layer (line 66) | void forward_normalization_layer(const layer layer, network net) function backward_normalization_layer (line 97) | void backward_normalization_layer(const layer layer, network net) function forward_normalization_layer_gpu (line 110) | void forward_normalization_layer_gpu(const layer layer, network net) function backward_normalization_layer_gpu (line 141) | void backward_normalization_layer_gpu(const layer layer, network net) FILE: src/option_list.c function list (line 7) | list *read_data_cfg(char *filename) function metadata (line 35) | metadata get_metadata(char *file) function read_option (line 52) | int read_option(char *s, list *options) function option_insert (line 70) | void option_insert(list *l, char *key, char *val) function option_unused (line 79) | void option_unused(list *l) function option_find_int (line 112) | int option_find_int(list *l, char *key, int def) function option_find_int_quiet (line 120) | int option_find_int_quiet(list *l, char *key, int def) function option_find_float_quiet (line 127) | float option_find_float_quiet(list *l, char *key, float def) function option_find_float (line 134) | float option_find_float(list *l, char *key, float def) FILE: src/option_list.h type kvp (line 5) | typedef struct{ FILE: src/parser.c type section (line 40) | typedef struct{ function LAYER_TYPE (line 47) | LAYER_TYPE string_to_layer_type(char * type) function free_section (line 89) | void free_section(section *s) function parse_data (line 105) | void parse_data(char *data, float *a, int n) type size_params (line 121) | typedef struct size_params{ function local_layer (line 132) | local_layer parse_local(list *options, size_params params) function layer (line 153) | layer parse_deconvolutional(list *options, size_params params) function convolutional_layer (line 179) | convolutional_layer parse_convolutional(list *options, size_params params) function layer (line 209) | layer parse_crnn(list *options, size_params params) function layer (line 224) | layer parse_rnn(list *options, size_params params) function layer (line 238) | layer parse_gru(list *options, size_params params) function layer (line 249) | layer parse_lstm(list *options, size_params params) function layer (line 259) | layer parse_connected(list *options, size_params params) function layer (line 270) | layer parse_softmax(list *options, size_params params) function layer (line 306) | layer parse_yolo(list *options, size_params params) function layer (line 344) | layer parse_iseg(list *options, size_params params) function layer (line 353) | layer parse_region(list *options, size_params params) function detection_layer (line 405) | detection_layer parse_detection(list *options, size_params params) function cost_layer (line 429) | cost_layer parse_cost(list *options, size_params params) function crop_layer (line 441) | crop_layer parse_crop(list *options, size_params params) function layer (line 465) | layer parse_reorg(list *options, size_params params) function maxpool_layer (line 483) | maxpool_layer parse_maxpool(list *options, size_params params) function avgpool_layer (line 500) | avgpool_layer parse_avgpool(list *options, size_params params) function dropout_layer (line 513) | dropout_layer parse_dropout(list *options, size_params params) function layer (line 523) | layer parse_normalization(list *options, size_params params) function layer (line 533) | layer parse_batchnorm(list *options, size_params params) function layer (line 539) | layer parse_shortcut(list *options, size_params params, network *net) function layer (line 559) | layer parse_l2norm(list *options, size_params params) function layer (line 569) | layer parse_logistic(list *options, size_params params) function layer (line 578) | layer parse_activation(list *options, size_params params) function layer (line 592) | layer parse_upsample(list *options, size_params params, network *net) function route_layer (line 601) | route_layer parse_route(list *options, size_params params, network *net) function learning_rate_policy (line 642) | learning_rate_policy get_policy(char *s) function parse_net_options (line 655) | void parse_net_options(list *options, network *net) function is_network (line 736) | int is_network(section *s) function network (line 742) | network *parse_network_cfg(char *filename) function list (line 891) | list *read_cfg(char *filename) function save_convolutional_weights_binary (line 926) | void save_convolutional_weights_binary(layer l, FILE *fp) function save_convolutional_weights (line 958) | void save_convolutional_weights(layer l, FILE *fp) function save_batchnorm_weights (line 979) | void save_batchnorm_weights(layer l, FILE *fp) function save_connected_weights (line 991) | void save_connected_weights(layer l, FILE *fp) function save_weights_upto (line 1007) | void save_weights_upto(network *net, char *filename, int cutoff) function save_weights (line 1080) | void save_weights(network *net, char *filename) function transpose_matrix (line 1085) | void transpose_matrix(float *a, int rows, int cols) function load_connected_weights (line 1098) | void load_connected_weights(layer l, FILE *fp, int transpose) function load_batchnorm_weights (line 1122) | void load_batchnorm_weights(layer l, FILE *fp) function load_convolutional_weights_binary (line 1134) | void load_convolutional_weights_binary(layer l, FILE *fp) function load_convolutional_weights (line 1164) | void load_convolutional_weights(layer l, FILE *fp) function load_weights_upto (line 1218) | void load_weights_upto(network *net, char *filename, int start, int cutoff) function load_weights (line 1308) | void load_weights(network *net, char *filename) FILE: src/region_layer.c function layer (line 13) | layer make_region_layer(int batch, int w, int h, int n, int classes, int... function resize_region_layer (line 56) | void resize_region_layer(layer *l, int w, int h) function box (line 76) | box get_region_box(float *x, float *biases, int n, int index, int i, int... function delta_region_box (line 86) | float delta_region_box(box truth, float *x, float *biases, int n, int in... function delta_region_mask (line 103) | void delta_region_mask(float *truth, float *x, int n, int index, float *... function delta_region_class (line 112) | void delta_region_class(float *output, float *delta, int index, int clas... function logit (line 141) | float logit(float x) function tisnan (line 146) | float tisnan(float x) function entry_index (line 151) | int entry_index(layer l, int batch, int location, int entry) function forward_region_layer (line 158) | void forward_region_layer(const layer l, network net) function backward_region_layer (line 323) | void backward_region_layer(const layer l, network net) function correct_region_boxes (line 336) | void correct_region_boxes(detection *dets, int n, int w, int h, int netw... function get_region_detections (line 364) | void get_region_detections(layer l, int w, int h, int netw, int neth, fl... function forward_region_layer_gpu (line 441) | void forward_region_layer_gpu(const layer l, network net) function backward_region_layer_gpu (line 478) | void backward_region_layer_gpu(const layer l, network net) function zero_objectness (line 497) | void zero_objectness(layer l) FILE: src/reorg_layer.c function layer (line 8) | layer make_reorg_layer(int batch, int w, int h, int c, int stride, int r... function resize_reorg_layer (line 58) | void resize_reorg_layer(layer *l, int w, int h) function forward_reorg_layer (line 91) | void forward_reorg_layer(const layer l, network net) function backward_reorg_layer (line 112) | void backward_reorg_layer(const layer l, network net) function forward_reorg_layer_gpu (line 134) | void forward_reorg_layer_gpu(layer l, network net) function backward_reorg_layer_gpu (line 154) | void backward_reorg_layer_gpu(layer l, network net) FILE: src/rnn_layer.c function increment_layer (line 13) | static void increment_layer(layer *l, int steps) function layer (line 29) | layer make_rnn_layer(int batch, int inputs, int outputs, int steps, ACTI... function update_rnn_layer (line 82) | void update_rnn_layer(layer l, update_args a) function forward_rnn_layer (line 89) | void forward_rnn_layer(layer l, network net) function backward_rnn_layer (line 130) | void backward_rnn_layer(layer l, network net) function pull_rnn_layer (line 182) | void pull_rnn_layer(layer l) function push_rnn_layer (line 189) | void push_rnn_layer(layer l) function update_rnn_layer_gpu (line 196) | void update_rnn_layer_gpu(layer l, update_args a) function forward_rnn_layer_gpu (line 203) | void forward_rnn_layer_gpu(layer l, network net) function backward_rnn_layer_gpu (line 242) | void backward_rnn_layer_gpu(layer l, network net) FILE: src/route_layer.c function route_layer (line 7) | route_layer make_route_layer(int batch, int n, int *input_layers, int *i... function resize_route_layer (line 40) | void resize_route_layer(route_layer *l, network *net) function forward_route_layer (line 74) | void forward_route_layer(const route_layer l, network net) function backward_route_layer (line 89) | void backward_route_layer(const route_layer l, network net) function forward_route_layer_gpu (line 105) | void forward_route_layer_gpu(const route_layer l, network net) function backward_route_layer_gpu (line 120) | void backward_route_layer_gpu(const route_layer l, network net) FILE: src/route_layer.h type layer (line 6) | typedef layer route_layer; FILE: src/shortcut_layer.c function layer (line 9) | layer make_shortcut_layer(int batch, int index, int w, int h, int c, int... function resize_shortcut_layer (line 41) | void resize_shortcut_layer(layer *l, int w, int h) function forward_shortcut_layer (line 62) | void forward_shortcut_layer(const layer l, network net) function backward_shortcut_layer (line 69) | void backward_shortcut_layer(const layer l, network net) function forward_shortcut_layer_gpu (line 77) | void forward_shortcut_layer_gpu(const layer l, network net) function backward_shortcut_layer_gpu (line 84) | void backward_shortcut_layer_gpu(const layer l, network net) FILE: src/softmax_layer.c function softmax_layer (line 11) | softmax_layer make_softmax_layer(int batch, int inputs, int groups) function forward_softmax_layer (line 39) | void forward_softmax_layer(const softmax_layer l, network net) function backward_softmax_layer (line 59) | void backward_softmax_layer(const softmax_layer l, network net) function pull_softmax_layer_output (line 66) | void pull_softmax_layer_output(const softmax_layer layer) function forward_softmax_layer_gpu (line 71) | void forward_softmax_layer_gpu(const softmax_layer l, network net) function backward_softmax_layer_gpu (line 102) | void backward_softmax_layer_gpu(const softmax_layer layer, network net) FILE: src/softmax_layer.h type layer (line 6) | typedef layer softmax_layer; FILE: src/stb_image.h type stbi_uc (line 322) | typedef unsigned char stbi_uc; type stbi_us (line 323) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 344) | typedef struct type stbi__uint16 (line 541) | typedef unsigned short stbi__uint16; type stbi__int16 (line 542) | typedef signed short stbi__int16; type stbi__uint32 (line 543) | typedef unsigned int stbi__uint32; type stbi__int32 (line 544) | typedef signed int stbi__int32; type stbi__uint16 (line 547) | typedef uint16_t stbi__uint16; type stbi__int16 (line 548) | typedef int16_t stbi__int16; type stbi__uint32 (line 549) | typedef uint32_t stbi__uint32; type stbi__int32 (line 550) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 631) | static int stbi__cpuid3(void) function stbi__sse2_available (line 652) | static int stbi__sse2_available(void) function stbi__sse2_available (line 660) | static int stbi__sse2_available(void) type stbi__context (line 691) | typedef struct function stbi__start_mem (line 711) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 720) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 733) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 738) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 743) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 755) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 764) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 779) | typedef struct function STBIDEF (line 846) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 851) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 874) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 886) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 895) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 901) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 909) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function STBIDEF (line 952) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 967) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function stbi_uc (line 1017) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 1033) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__vertical_flip (line 1049) | static void stbi__vertical_flip(void *image, int w, int h, int bytes_per... function stbi__vertical_flip_slices (line 1073) | static void stbi__vertical_flip_slices(void *image, int w, int h, int z,... function stbi__uint16 (line 1109) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1135) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function FILE (line 1146) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1159) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1169) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1182) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1195) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1208) | STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len... function STBIDEF (line 1215) | STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *cl... function STBIDEF (line 1222) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1229) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1237) | STBIDEF stbi_uc *stbi_load_gif_from_memory(stbi_uc const *buffer, int le... function STBIDEF (line 1271) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1278) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1286) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1296) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1310) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1324) | STBIDEF int stbi_is_hdr (char const *filename) function STBIDEF (line 1335) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1352) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1368) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1369) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1374) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1375) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1390) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1406) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1417) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1429) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1446) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1470) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1476) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1485) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1493) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1514) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1563) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1568) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1635) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1689) | typedef struct type stbi__jpeg (line 1700) | typedef struct function stbi__build_huffman (line 1754) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 1798) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 1823) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 1845) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 1899) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 1915) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 1926) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 1954) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 2006) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 2033) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2153) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2204) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2267) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2448) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2656) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2673) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2686) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 2810) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 2817) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 2836) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 2939) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 2978) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 3000) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3092) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_image (line 3117) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3159) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3164) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3173) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3183) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3213) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3238) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3354) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3368) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3394) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3529) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3551) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3556) | typedef struct function stbi_uc (line 3567) | static stbi_uc stbi__blinn_8x8(stbi_uc x, stbi_uc y) function stbi_uc (line 3573) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 3744) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 3756) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 3768) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 3794) | typedef struct function stbi_inline (line 3804) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 3813) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 3821) | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizeli... type stbi__zbuf (line 3874) | typedef struct function stbi_inline (line 3888) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 3894) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 3903) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 3913) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 3931) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 3945) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 3978) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 4020) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 4069) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 4098) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__parse_zlib (line 4140) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4168) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4178) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4194) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4199) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4215) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4226) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4242) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4265) | typedef struct function stbi__pngchunk (line 4271) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4279) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4288) | typedef struct function stbi__paeth (line 4316) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 4330) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4542) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4586) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4611) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4636) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4676) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 4681) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function stbi__de_iphone (line 4686) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 4731) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 4940) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 4948) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 4960) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__png_is16 (line 4967) | static int stbi__png_is16(stbi__context *s) function stbi__bmp_test_raw (line 4984) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 4999) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 5008) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 5020) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 5033) | static int stbi__shiftsigned(int v, int shift, int bits) type stbi__bmp_data (line 5053) | typedef struct function stbi__tga_get_comp (line 5323) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5339) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5404) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5436) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 5654) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 5661) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 5906) | static int stbi__pic_is4(stbi__context *s,const char *str) function stbi__pic_test_core (line 5916) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 5932) | typedef struct function stbi_uc (line 5937) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 5951) | static void stbi__copyval(int channel,stbi_uc *dest,const stbi_uc *src) function stbi_uc (line 5960) | static stbi_uc *stbi__pic_load_core(stbi__context *s,int width,int heigh... function stbi__pic_test (line 6106) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 6118) | typedef struct type stbi__gif (line 6125) | typedef struct function stbi__gif_test_raw (line 6145) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 6155) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 6162) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 6173) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6201) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6215) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6252) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi_uc (line 6339) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 6588) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 6598) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 6608) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 6642) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 6797) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 6843) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 6861) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_is16 (line 6896) | static int stbi__psd_is16(stbi__context *s) function stbi__pic_info (line 6925) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 6997) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 7035) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 7040) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 7054) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 7059) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 7071) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__info_main (line 7110) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function stbi__is_16_main (line 7152) | static int stbi__is_16_main(stbi__context *s) function STBIDEF (line 7166) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 7176) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 7187) | STBIDEF int stbi_is_16_bit(char const *filename) function STBIDEF (line 7197) | STBIDEF int stbi_is_16_bit_from_file(FILE *f) function STBIDEF (line 7209) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 7216) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... function STBIDEF (line 7223) | STBIDEF int stbi_is_16_bit_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 7230) | STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, vo... FILE: src/stb_image_write.h function STBIWDEF (line 253) | STBIWDEF void stbi_flip_vertically_on_write(int flag) type stbi__write_context (line 258) | typedef struct function stbi__start_write_callbacks (line 265) | static void stbi__start_write_callbacks(stbi__write_context *s, stbi_wri... function stbi__stdio_write (line 273) | static void stbi__stdio_write(void *context, void *data, int size) function stbi__start_write_file (line 278) | static int stbi__start_write_file(stbi__write_context *s, const char *fi... function stbi__end_write_file (line 291) | static void stbi__end_write_file(stbi__write_context *s) type stbiw_uint32 (line 298) | typedef unsigned int stbiw_uint32; function stbiw__writefv (line 301) | static void stbiw__writefv(stbi__write_context *s, const char *fmt, va_l... function stbiw__writef (line 330) | static void stbiw__writef(stbi__write_context *s, const char *fmt, ...) function stbiw__putc (line 338) | static void stbiw__putc(stbi__write_context *s, unsigned char c) function stbiw__write3 (line 343) | static void stbiw__write3(stbi__write_context *s, unsigned char a, unsig... function stbiw__write_pixel (line 350) | static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int ... function stbiw__write_pixels (line 383) | static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int... function stbiw__outfile (line 408) | static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir,... function stbi_write_bmp_core (line 422) | static int stbi_write_bmp_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 431) | STBIWDEF int stbi_write_bmp_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 439) | STBIWDEF int stbi_write_bmp(char const *filename, int x, int y, int comp... function stbi_write_tga_core (line 451) | static int stbi_write_tga_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 529) | STBIWDEF int stbi_write_tga_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 537) | STBIWDEF int stbi_write_tga(char const *filename, int x, int y, int comp... function stbiw__linear_to_rgbe (line 555) | void stbiw__linear_to_rgbe(unsigned char *rgbe, float *linear) function stbiw__write_run_data (line 572) | void stbiw__write_run_data(stbi__write_context *s, int length, unsigned ... function stbiw__write_dump_data (line 580) | void stbiw__write_dump_data(stbi__write_context *s, int length, unsigned... function stbiw__write_hdr_scanline (line 588) | void stbiw__write_hdr_scanline(stbi__write_context *s, int width, int nc... function stbi_write_hdr_core (line 677) | static int stbi_write_hdr_core(stbi__write_context *s, int x, int y, int... function STBIWDEF (line 703) | STBIWDEF int stbi_write_hdr_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 711) | STBIWDEF int stbi_write_hdr(char const *filename, int x, int y, int comp... function stbiw__zlib_bitrev (line 766) | static int stbiw__zlib_bitrev(int code, int codebits) function stbiw__zlib_countm (line 776) | static unsigned int stbiw__zlib_countm(unsigned char *a, unsigned char *... function stbiw__zhash (line 784) | static unsigned int stbiw__zhash(unsigned char *data) function stbiw__crc32 (line 924) | static unsigned int stbiw__crc32(unsigned char *buffer, int len) function stbiw__wpcrc (line 973) | static void stbiw__wpcrc(unsigned char **data, int len) function stbiw__paeth (line 979) | static unsigned char stbiw__paeth(int a, int b, int c) function stbiw__encode_png_line (line 988) | static void stbiw__encode_png_line(unsigned char *pixels, int stride_byt... function STBIWDEF (line 1108) | STBIWDEF int stbi_write_png(char const *filename, int x, int y, int comp... function STBIWDEF (line 1128) | STBIWDEF int stbi_write_png_to_func(stbi_write_func *func, void *context... function stbiw__jpg_writeBits (line 1150) | static void stbiw__jpg_writeBits(stbi__write_context *s, int *bitBufP, i... function stbiw__jpg_DCT (line 1167) | static void stbiw__jpg_DCT(float *d0p, float *d1p, float *d2p, float *d3... function stbiw__jpg_calcBits (line 1215) | static void stbiw__jpg_calcBits(int val, unsigned short bits[2]) { function stbiw__jpg_processDU (line 1225) | static int stbiw__jpg_processDU(stbi__write_context *s, int *bitBuf, int... function stbi_write_jpg_core (line 1290) | static int stbi_write_jpg_core(stbi__write_context *s, int width, int he... function STBIWDEF (line 1462) | STBIWDEF int stbi_write_jpg_to_func(stbi_write_func *func, void *context... function STBIWDEF (line 1471) | STBIWDEF int stbi_write_jpg(char const *filename, int x, int y, int comp... FILE: src/tree.c function change_leaves (line 7) | void change_leaves(tree *t, char *leaf_list) function get_hierarchy_probability (line 27) | float get_hierarchy_probability(float *x, tree *hier, int c, int stride) function hierarchy_predictions (line 37) | void hierarchy_predictions(float *predictions, int n, tree *hier, int on... function hierarchy_top_prediction (line 53) | int hierarchy_top_prediction(float *predictions, tree *hier, float thres... function tree (line 83) | tree *read_tree(char *filename) FILE: src/upsample_layer.c function layer (line 7) | layer make_upsample_layer(int batch, int w, int h, int c, int stride) function resize_upsample_layer (line 44) | void resize_upsample_layer(layer *l, int w, int h) function forward_upsample_layer (line 68) | void forward_upsample_layer(const layer l, network net) function backward_upsample_layer (line 78) | void backward_upsample_layer(const layer l, network net) function forward_upsample_layer_gpu (line 88) | void forward_upsample_layer_gpu(const layer l, network net) function backward_upsample_layer_gpu (line 98) | void backward_upsample_layer_gpu(const layer l, network net) FILE: src/utils.c function what_time_is_it_now (line 27) | double what_time_is_it_now() function sorta_shuffle (line 74) | void sorta_shuffle(void *arr, size_t n, size_t size, size_t sections) function shuffle (line 85) | void shuffle(void *arr, size_t n, size_t size) function del_arg (line 113) | void del_arg(int argc, char **argv, int index) function find_arg (line 120) | int find_arg(int argc, char* argv[], char *arg) function find_int_arg (line 133) | int find_int_arg(int argc, char **argv, char *arg, int def) function find_float_arg (line 148) | float find_float_arg(int argc, char **argv, char *arg, float def) function alphanum_to_int (line 193) | int alphanum_to_int(char c) function int_to_alphanum (line 197) | char int_to_alphanum(int i) function pm (line 203) | void pm(int M, int N, float *A) function find_replace (line 216) | void find_replace(char *str, char *orig, char *rep, char *output) function sec (line 232) | float sec(clock_t clocks) function top_k (line 237) | void top_k(float *a, int n, int k, int *index) function error (line 253) | void error(const char *s) function malloc_error (line 275) | void malloc_error() function file_error (line 281) | void file_error(char *s) function list (line 287) | list *split_str(char *s, char delim) function strip (line 302) | void strip(char *s) function strip_char (line 315) | void strip_char(char *s, char bad) function free_ptrs (line 328) | void free_ptrs(void **ptrs, int n) function read_int (line 366) | int read_int(int fd) function write_int (line 374) | void write_int(int fd, int n) function read_all_fail (line 380) | int read_all_fail(int fd, char *buffer, size_t bytes) function write_all_fail (line 391) | int write_all_fail(int fd, char *buffer, size_t bytes) function read_all (line 402) | void read_all(int fd, char *buffer, size_t bytes) function write_all (line 412) | void write_all(int fd, char *buffer, size_t bytes) function list (line 430) | list *parse_csv_line(char *line) function count_fields (line 447) | int count_fields(char *line) function sum_array (line 479) | float sum_array(float *a, int n) function mean_array (line 487) | float mean_array(float *a, int n) function mean_arrays (line 492) | void mean_arrays(float **a, int n, int els, float *avg) function print_statistics (line 507) | void print_statistics(float *a, int n) function variance_array (line 514) | float variance_array(float *a, int n) function constrain_int (line 524) | int constrain_int(int a, int min, int max) function constrain (line 531) | float constrain(float min, float max, float a) function dist_array (line 538) | float dist_array(float *a, float *b, int n, int sub) function mse_array (line 546) | float mse_array(float *a, int n) function normalize_array (line 554) | void normalize_array(float *a, int n) function translate_array (line 566) | void translate_array(float *a, int n, float s) function mag_array (line 574) | float mag_array(float *a, int n) function scale_array (line 584) | void scale_array(float *a, int n, float s) function sample_array (line 592) | int sample_array(float *a, int n) function max_int_index (line 605) | int max_int_index(int *a, int n) function max_index (line 619) | int max_index(float *a, int n) function int_index (line 633) | int int_index(int *a, int val, int n) function rand_int (line 642) | int rand_int(int min, int max) function rand_normal (line 654) | float rand_normal() function rand_size_t (line 686) | size_t rand_size_t() function rand_uniform (line 698) | float rand_uniform(float min, float max) function rand_scale (line 708) | float rand_scale(float s) FILE: src/yolo_layer.c function layer (line 13) | layer make_yolo_layer(int batch, int w, int h, int n, int total, int *ma... function resize_yolo_layer (line 63) | void resize_yolo_layer(layer *l, int w, int h) function box (line 83) | box get_yolo_box(float *x, float *biases, int n, int index, int i, int j... function delta_yolo_box (line 93) | float delta_yolo_box(box truth, float *x, float *biases, int n, int inde... function delta_yolo_class (line 111) | void delta_yolo_class(float *output, float *delta, int index, int class,... function entry_index (line 125) | static int entry_index(layer l, int batch, int location, int entry) function forward_yolo_layer (line 132) | void forward_yolo_layer(const layer l, network net) function backward_yolo_layer (line 242) | void backward_yolo_layer(const layer l, network net) function correct_yolo_boxes (line 247) | void correct_yolo_boxes(detection *dets, int n, int w, int h, int netw, ... function yolo_num_detections (line 275) | int yolo_num_detections(layer l, float thresh) function avg_flipped_yolo (line 290) | void avg_flipped_yolo(layer l) function get_yolo_detections (line 316) | int get_yolo_detections(layer l, int w, int h, int netw, int neth, float... function forward_yolo_layer_gpu (line 347) | void forward_yolo_layer_gpu(const layer l, network net) function backward_yolo_layer_gpu (line 369) | void backward_yolo_layer_gpu(const layer l, network net)