Searched refs:mtf_u8 (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/dec/ | ||
| H A D | decode.c | 930 uint8_t* mtf_u8 = (uint8_t*)mtf; local in function:InverseMoveToFrontTransform 948 uint8_t value = mtf_u8[index]; 951 mtf_u8[-1] = value; 954 mtf_u8[index + 1] = mtf_u8[index]; |
Completed in 4 milliseconds