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

  /external/opencv3/3rdparty/libwebp/utils/
quant_levels.c 81 double q_count[NUM_SYMBOLS] = { 0 }; local
93 q_count[slot] += freq[s];
101 const double count = q_count[slot];
  /external/webp/src/utils/
quant_levels.c 77 double q_count[NUM_SYMBOLS] = { 0 }; local
89 q_count[slot] += freq[s];
97 const double count = q_count[slot];
  /system/bt/stack/l2cap/
l2c_utils.c 3723 size_t q_count = fixed_queue_length(p_ccb->xmit_hold_q); local
    [all...]

Completed in 210 milliseconds