HomeSort by relevance Sort by last modified time
    Searched refs:res_index (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_tns.cpp 37 calculated based on res_index. Also, the flag coef_res was changed
350 Int res_index; local
446 /* res is post-incremented for correct calculation of res_index */
511 res_index = res - compress;
513 s_mask = 2 << res_index;
516 * If res_index = 0, grab 2 bits of data
517 * If res_index = 1, grab 3 bits of data
518 * If res_index = 2, grab 4 bits of data
520 res_index += 2;
531 tempInt = get9_n_lessbits(res_index,
    [all...]
  /external/icu4c/data/
makedata.mak 265 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res
283 ALL_RES = $(ALL_RES) res_index.res
305 ALL_RES = $(ALL_RES) curr\res_index.res
326 ALL_RES = $(ALL_RES) lang\res_index.res
347 ALL_RES = $(ALL_RES) region\res_index.res
368 ALL_RES = $(ALL_RES) zone\res_index.res
389 ALL_RES = $(ALL_RES) $(ICUCOL)\res_index.res
410 ALL_RES = $(ALL_RES) $(ICURBNF)\res_index.res
431 #ALL_RES = $(ALL_RES) $(ICUTRNS)\res_index.res
759 res_index.res
    [all...]
Makefile.in 346 INDEX_NAME=res_index
    [all...]
  /external/icu4c/stubdata/
icu_dat_generator.py 90 f.write("res_index:table(nofallback) {\n")
113 # Go through the list and generate res_index.txt for locales, brkitr,
116 res_index = "res_index.txt"
127 if "root." in line or "res_index" in line or "_.res" in line:
190 WriteIndex(os.path.join(TMP_DAT_PATH, res_index), locales, CLDR_VERSION)
194 WriteIndex(os.path.join(TMP_DAT_PATH, kind, res_index), locales)
196 # Call genrb to generate new res_index.res.
197 InvokeIcuTool("genrb", TMP_DAT_PATH, [res_index])
201 InvokeIcuTool("genrb", os.path.join(TMP_DAT_PATH, kind), [res_index])
    [all...]

Completed in 886 milliseconds