Searched refs:c_base (Results 1 – 9 of 9) sorted by relevance
104 size_t c_base = m * entry_size; in PrintEntryVector() local107 printf("%e ", cond_prob[c_base + i]); in PrintEntryVector()159 size_t c_base = m * entry_size; in ExpectationMaximization() local162 size_t c_index = c_base + i; in ExpectationMaximization()287 size_t c_base = m * entry_size; in main() local289 debug_sum += cond_prob[c_base + i]; in main()
248 tx[3].c_base = key; in ese_weaver_write()250 tx[4].c_base = value; in ese_weaver_write()302 tx[3].c_base = key; in ese_weaver_read()307 tx[4].c_base = &maxResponse; in ese_weaver_read()
27 #define pp_c_base(PP) (&(PP)->c_base)38 c_pretty_printer c_base; member
344 tx[3].c_base = data; in ese_boot_meta_append()516 tx[2].c_base = &p1p2[0]; in ese_boot_rollback_index_write()579 tx[2].c_base = &p1p2[0]; in ese_boot_rollback_index_read()645 tx[4].c_base = testdata; in ese_boot_carrier_lock_test()
30 const uint8_t *c_base; member
53 ese_memcpy(dst, buf->c_base + start_at, copy_len); in ese_sg_to_buf()
89 .c_base = tx_buf, .len = tx_len, in ese_transceive()
1421 float c_base = a_base - color0.lane<0>(); in quantize_hdr_rgb() local1422 float d0_base = a_base - b0_base - c_base - color0.lane<1>(); in quantize_hdr_rgb()1423 float d1_base = a_base - b1_base - c_base - color0.lane<2>(); in quantize_hdr_rgb()1483 …if (b0_base > b_cutoff || b1_base > b_cutoff || c_base > c_cutoff || fabsf(d0_base) > d_cutoff || … in quantize_hdr_rgb()
408 const double c_base = enc->config_->emulate_jpeg_size ? in VP8SetSegmentParams() local415 const double c = pow(c_base, expn); in VP8SetSegmentParams()