Lines Matching refs:bp
84 OPJ_BYTE *bp;
129 @param bp Pointer to the start of the buffer where the bytes will be written
131 void opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp);
214 @param bp Pointer to the start of the buffer from which the bytes will be read
218 So bp must be at least len + OPJ_COMMON_CBLK_DATA_EXTRA large, and
222 This is to indicate your consent that bp must be
225 void opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len,
235 @param bp Pointer to the start of the buffer from which the bytes will be read
239 So bp must be at least len + OPJ_COMMON_CBLK_DATA_EXTRA large, and
243 This is to indicate your consent that bp must be
246 void opj_mqc_raw_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len,