Searched refs:thm (Results 1 - 5 of 5) sorted by relevance
/third_party/cJSON/ |
H A D | test.c | 115 cJSON *thm = NULL; in create_objects() local 214 cJSON_AddItemToObject(img, "Thumbnail", thm = cJSON_CreateObject()); in create_objects() 215 cJSON_AddStringToObject(thm, "Url", "http:/*www.example.com/image/481989943"); in create_objects() 216 cJSON_AddNumberToObject(thm, "Height", 125); in create_objects() 217 cJSON_AddStringToObject(thm, "Width", "100"); in create_objects()
|
/third_party/lame/libmp3lame/ |
H A D | psymodel.c | 411 FLOAT enn[SBMAX_s], thm[SBMAX_s]; in convert_partition2scalefac_s() local 413 convert_partition2scalefac(gds, eb, thr, enn, thm); in convert_partition2scalefac_s() 416 psv->thm[chn].s[sb][sblock] = thm[sb]; in convert_partition2scalefac_s() 427 FLOAT *thm = &psv->thm[chn].l[0]; in convert_partition2scalefac_l() local 428 convert_partition2scalefac(gdl, eb, thr, enn, thm); in convert_partition2scalefac_l() 437 FLOAT enn[SBMAX_s], thm[SBMAX_s]; in convert_partition2scalefac_l_to_s() local 439 convert_partition2scalefac(gds, eb, thr, enn, thm); in convert_partition2scalefac_l_to_s() 443 FLOAT const tmp_thm = thm[s in convert_partition2scalefac_l_to_s() 492 FLOAT const thm = mr->thm.s[sb][sblock]; pecalc_s() local 545 FLOAT const thm = mr->thm.l[sb]; pecalc_l() local [all...] |
H A D | l3side.h | 43 III_psy_xmin thm; member
|
H A D | quantize_pvt.c | 639 x = en0 * ratio->thm.l[gsfb] / e; in calc_xmin() 729 x = en0 * ratio->thm.s[sfb][b] / e; in calc_xmin() 973 gfc->pinfo->thr[gr][ch][sfb] = en1 * Max(en0 * ratio->thm.l[sfb], gfc->ATH->l[sfb]); in set_pinfo() 1011 en1 * Max(en0 * ratio->thm.s[sfb][i], gfc->ATH->s[sfb]); in set_pinfo()
|
H A D | util.h | 228 III_psy_xmin thm[4]; member
|
Completed in 6 milliseconds