Searched refs:CABAC_LSR_CoefficientProb_ToIdxMap (Results 1 – 1 of 1) sorted by relevance
247 const uint32_t CABAC_LSR_CoefficientProb_ToIdxMap[] = {0, 1, 2, 3, 4, 6, 0/*ignored value here*/, 5… variable1342 … (uint32_t)ui8_probs_to_write[CABAC_LSR_CoefficientProb_ToIdxMap[i] + src_tab_offset] in tng_DCT_Coefficient_ProbsDataCompile()1343 … | (uint32_t)ui8_probs_to_write[CABAC_LSR_CoefficientProb_ToIdxMap[i+1] + src_tab_offset] << 8 in tng_DCT_Coefficient_ProbsDataCompile()1344 … | (uint32_t)ui8_probs_to_write[CABAC_LSR_CoefficientProb_ToIdxMap[i+2] + src_tab_offset] << 16 in tng_DCT_Coefficient_ProbsDataCompile()1345 … | (uint32_t)ui8_probs_to_write[CABAC_LSR_CoefficientProb_ToIdxMap[i+3] + src_tab_offset] << 24; in tng_DCT_Coefficient_ProbsDataCompile()