Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/cxdemo/src/
Dcx_uncompress_stream.c87 #define BUF_SIZE 0x4000 macro
88 static u8 sReadBuf[ 2 ][ BUF_SIZE ] ATTRIBUTE_ALIGN(32);
210 if ( len[ nextIdx ] > BUF_SIZE ) in LoadTexDataRL()
212 len[ nextIdx ] = BUF_SIZE; in LoadTexDataRL()
277 if ( len[ nextIdx ] > BUF_SIZE ) in LoadTexDataLZ()
279 len[ nextIdx ] = BUF_SIZE; in LoadTexDataLZ()
344 if ( len[ nextIdx ] > BUF_SIZE ) in LoadTexDataHuff()
346 len[ nextIdx ] = BUF_SIZE; in LoadTexDataHuff()