Home
last modified time | relevance | path

Searched refs:low_cnt (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.2.3/build/libraries/cx/src/
DCXUncompression.c606 u32 *low_cnt; // Table for the LOW border value: (1 << bitSize) * sizeof(u32) bytes member
653 info->low_cnt = (u32*)( (u32)work + tableSize * sizeof(u32) ); in RCInitInfo_()
658 info->low_cnt[ i ] = i; in RCInitInfo_()
683 info->low_cnt[ i ]++; in RCAddCount_()
693 info->low_cnt[ 0 ] = 0; in RCAddCount_()
702 info->low_cnt[ i ] = info->low_cnt[ i - 1 ] + info->freq[ i - 1 ]; in RCAddCount_()
738 if ( info->low_cnt[ i ] > tempVal ) in RCSearch_()
749 while ( info->low_cnt[ i ] > tempVal ) in RCSearch_()
779 state->low += info->low_cnt[ val ] * tmp; in RCGetData_()