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

  /frameworks/base/libs/androidfw/
AssetManager2.cpp 834 const DynamicRefTable* ref_table = local
836 if (ref_table == nullptr || ref_table->lookupResourceId(&resid) != NO_ERROR) {
847 const DynamicRefTable* ref_table = local
849 if (ref_table == nullptr || ref_table->lookupResourceId(&out_value->data) != NO_ERROR) {
    [all...]
  /external/syslinux/com32/lib/jpeg/
tinyjpeg.c 476 static void build_quantization_table(float *qtable, const unsigned char *ref_table)
496 *qtable++ = ref_table[*zz++] * aanscalefactor[i] * aanscalefactor[j];

Completed in 580 milliseconds