byte 172 extra_lib/include/freetype/freetype/internal/ftmemory.h #define FT_MEM_SET( dest, byte, count ) ft_memset( dest, byte, count ) byte 541 extra_lib/include/mad.h unsigned char const *byte; byte 233 extra_lib/include/wiiuse.h typedef void (*wiiuse_read_cb)(struct wiimote_t* wm, byte* data, unsigned short len); byte 242 extra_lib/include/wiiuse.h byte* buf; /**< buffer where read data is written */ byte 246 extra_lib/include/wiiuse.h byte dirty; /**< set to 1 if not using callback and needs to be cleaned up */ byte 257 extra_lib/include/wiiuse.h byte x, y; byte 266 extra_lib/include/wiiuse.h byte x, y, z; byte 323 extra_lib/include/wiiuse.h byte visible; /**< if the IR source is visible */ byte 331 extra_lib/include/wiiuse.h byte order; /**< increasing order by x-axis value */ byte 333 extra_lib/include/wiiuse.h byte size; /**< size of the IR dot (0-15) */ byte 353 extra_lib/include/wiiuse.h byte num_dots; /**< number of dots at this time */ byte 409 extra_lib/include/wiiuse.h byte btns; /**< what buttons have just been pressed */ byte 410 extra_lib/include/wiiuse.h byte btns_held; /**< what buttons are being held down */ byte 411 extra_lib/include/wiiuse.h byte btns_released; /**< what buttons were just released this */ byte 545 extra_lib/include/wiiuse.h WCONST byte normal_timeout; /**< normal timeout */ byte 546 extra_lib/include/wiiuse.h WCONST byte exp_timeout; /**< timeout for expansion handshake */ byte 550 extra_lib/include/wiiuse.h WCONST byte leds; /**< currently lit leds */ byte 555 extra_lib/include/wiiuse.h WCONST byte handshake_state; /**< the state of the connection handshake */ byte 577 extra_lib/include/wiiuse.h WCONST byte event_buf[MAX_PAYLOAD]; /**< event buffer */ byte 615 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_read_data(struct wiimote_t* wm, byte* buffer, unsigned int offset, unsigned short len); byte 616 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern int wiiuse_write_data(struct wiimote_t* wm, unsigned int addr, byte* data, byte len); byte 624 extra_lib/include/wiiuse.h WIIUSE_EXPORT extern void wiiuse_set_timeout(struct wiimote_t** wm, int wiimotes, byte normal_timeout, byte exp_timeout); byte 383 include/gpac/bitstream.h u32 gf_bs_write_byte(GF_BitStream *bs, u8 byte, u32 count); byte 350 include/gpac/internal/avilib.h int AVI_set_audio_position(avi_t *AVI, int byte); byte 94 modules/xvid_dec/xvid_wce/CodecAPI.cpp int DecodeFrame(void *handle, const void *buf, dword sz_in, byte *&y, byte *&u, byte *&v, dword &pitch) { byte 147 modules/xvid_dec/xvid_wce/bitstream.cpp void Bitstream::get_matrix(byte * matrix) { byte 979 modules/xvid_dec/xvid_wce/bitstream.cpp byte matrix[64]; byte 990 modules/xvid_dec/xvid_wce/bitstream.cpp byte matrix[64]; byte 335 modules/xvid_dec/xvid_wce/decoder.cpp byte *pY_Cur, *pU_Cur, *pV_Cur; byte 418 modules/xvid_dec/xvid_wce/decoder.cpp void S_decoder::mb_decode(const dword cbp, Bitstream * bs, byte * pY_Cur, byte * pU_Cur, byte * pV_Cur, bool reduced_resolution, const MACROBLOCK *pMB) { byte 484 modules/xvid_dec/xvid_wce/decoder.cpp byte *pY_Cur, *pU_Cur, *pV_Cur; byte 592 modules/xvid_dec/xvid_wce/decoder.cpp byte *const pY_Cur=cur.y + (y_pos << 4) * stride + (x_pos << 4); byte 593 modules/xvid_dec/xvid_wce/decoder.cpp byte *const pU_Cur=cur.u + (y_pos << 3) * stride2 + (x_pos << 3); byte 594 modules/xvid_dec/xvid_wce/decoder.cpp byte *const pV_Cur=cur.v + (y_pos << 3) * stride2 + (x_pos << 3); byte 928 modules/xvid_dec/xvid_wce/decoder.cpp byte *pY_Cur, *pU_Cur, *pV_Cur; byte 1112 modules/xvid_dec/xvid_wce/decoder.cpp const byte modb2 = bs->GetBit(); byte 96 modules/xvid_dec/xvid_wce/decoder.h void mb_decode(const dword cbp, Bitstream * bs, byte * pY_Cur, byte * pU_Cur, byte * pV_Cur, bool reduced_resolution, const MACROBLOCK * pMB); byte 127 modules/xvid_dec/xvid_wce/decoder.h void interpolate8x8_quarterpel(byte *cur, byte *refn, byte *refh, byte *refv, byte *refhv, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 130 modules/xvid_dec/xvid_wce/decoder.h void interpolate16x16_switch(byte *cur, const byte *refn, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 136 modules/xvid_dec/xvid_wce/decoder.h void interpolate8x8_switch(byte *cur, const byte *refn, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 137 modules/xvid_dec/xvid_wce/decoder.h const byte *src = refn + ((y + (dy>>1)) * stride + x + (dx>>1)); byte 138 modules/xvid_dec/xvid_wce/decoder.h byte *dst = cur + (y * stride + x); byte 246 modules/xvid_dec/xvid_wce/decoder.h byte len; byte 34 modules/xvid_dec/xvid_wce/global.h void MemSet(void *dst, byte c, dword len); byte 194 modules/xvid_dec/xvid_wce/global.h byte *dst, const byte *src, byte 197 modules/xvid_dec/xvid_wce/global.h byte *uDst, const byte *uSrc, byte 198 modules/xvid_dec/xvid_wce/global.h byte *vDst, const byte *vSrc, byte 239 modules/xvid_dec/xvid_wce/global.h void get_matrix(byte *matrix); byte 37 modules/xvid_dec/xvid_wce/gmc.cpp static void Predict_16x16_C(const NEW_GMC_DATA * const This, byte *dst, const byte *src, int dststride, int srcstride, int x, int y, int rounding) { byte 91 modules/xvid_dec/xvid_wce/gmc.cpp dst[i] = (byte)f0; byte 99 modules/xvid_dec/xvid_wce/gmc.cpp static void Predict_8x8_C(const NEW_GMC_DATA * const This, byte *uDst, const byte *uSrc, byte 100 modules/xvid_dec/xvid_wce/gmc.cpp byte *vDst, const byte *vSrc, int dststride, int srcstride, int x, int y, int rounding) { byte 161 modules/xvid_dec/xvid_wce/gmc.cpp uDst[i] = (byte)f0; byte 172 modules/xvid_dec/xvid_wce/gmc.cpp vDst[i] = (byte)f0; byte 216 modules/xvid_dec/xvid_wce/gmc.cpp static void Predict_1pt_16x16_C(const NEW_GMC_DATA * const This, byte *Dst, const byte *Src, int dststride, int srcstride, int x, int y, int rounding) { byte 253 modules/xvid_dec/xvid_wce/gmc.cpp Dst[i] = (byte)f0; byte 261 modules/xvid_dec/xvid_wce/gmc.cpp static void Predict_1pt_8x8_C(const NEW_GMC_DATA * const This, byte *uDst, const byte *uSrc, byte 262 modules/xvid_dec/xvid_wce/gmc.cpp byte *vDst, const byte *vSrc, int dststride, int srcstride, int x, int y, int rounding) { byte 298 modules/xvid_dec/xvid_wce/gmc.cpp uDst[i] = (byte)f0; byte 308 modules/xvid_dec/xvid_wce/gmc.cpp vDst[i] = (byte)f0; byte 182 modules/xvid_dec/xvid_wce/image.cpp byte *dst = img.y - (EDGE_SIZE + EDGE_SIZE * edged_width); byte 183 modules/xvid_dec/xvid_wce/image.cpp const byte *src = img.y; byte 268 modules/xvid_dec/xvid_wce/image.cpp byte * p; byte 32 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_switch(byte *cur, const byte *refn, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 34 modules/xvid_dec/xvid_wce/interpolate8x8.cpp const byte *src = refn + ((y + (dy>>1)) * stride + x + (dx>>1)); byte 35 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte *dst = cur + (y * stride + x); byte 55 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_quarterpel(byte *cur, byte *refn, byte *refh, byte *refv, byte *refhv, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 60 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte *src, *dst; byte 61 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte *halfpel_h, *halfpel_v, *halfpel_hv; byte 175 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate16x16_quarterpel(byte *cur, byte *refn, byte *refh, byte *refv, byte *refhv, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 180 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte *src, *dst; byte 181 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte *halfpel_h, *halfpel_v, *halfpel_hv; byte 346 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_avg2(byte *dst, const byte *src1, const byte *src2, dword stride, bool rounding, dword height) { byte 369 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_halfpel_h(byte *dst, const byte *src, dword stride, bool rounding) { byte 493 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 0] = byte((src[j + 0] + src[j + 1] )>>1); byte 494 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 1] = byte((src[j + 1] + src[j + 2] )>>1); byte 495 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 2] = byte((src[j + 2] + src[j + 3] )>>1); byte 496 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 3] = byte((src[j + 3] + src[j + 4] )>>1); byte 497 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 4] = byte((src[j + 4] + src[j + 5] )>>1); byte 498 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 5] = byte((src[j + 5] + src[j + 6] )>>1); byte 499 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 6] = byte((src[j + 6] + src[j + 7] )>>1); byte 500 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 7] = byte((src[j + 7] + src[j + 8] )>>1); byte 505 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 0] = byte((src[j + 0] + src[j + 1] + 1)>>1); byte 506 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 1] = byte((src[j + 1] + src[j + 2] + 1)>>1); byte 507 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 2] = byte((src[j + 2] + src[j + 3] + 1)>>1); byte 508 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 3] = byte((src[j + 3] + src[j + 4] + 1)>>1); byte 509 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 4] = byte((src[j + 4] + src[j + 5] + 1)>>1); byte 510 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 5] = byte((src[j + 5] + src[j + 6] + 1)>>1); byte 511 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 6] = byte((src[j + 6] + src[j + 7] + 1)>>1); byte 512 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 7] = byte((src[j + 7] + src[j + 8] + 1)>>1); byte 524 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_halfpel_v(byte *dst, const byte *src, dword stride, bool rounding) { byte 624 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 0] = byte((src[j + 0] + src[j + stride + 0] )>>1); byte 625 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 1] = byte((src[j + 1] + src[j + stride + 1] )>>1); byte 626 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 2] = byte((src[j + 2] + src[j + stride + 2] )>>1); byte 627 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 3] = byte((src[j + 3] + src[j + stride + 3] )>>1); byte 628 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 4] = byte((src[j + 4] + src[j + stride + 4] )>>1); byte 629 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 5] = byte((src[j + 5] + src[j + stride + 5] )>>1); byte 630 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 6] = byte((src[j + 6] + src[j + stride + 6] )>>1); byte 631 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 7] = byte((src[j + 7] + src[j + stride + 7] )>>1); byte 635 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 0] = byte((src[j + 0] + src[j + stride + 0] + 1)>>1); byte 636 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 1] = byte((src[j + 1] + src[j + stride + 1] + 1)>>1); byte 637 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 2] = byte((src[j + 2] + src[j + stride + 2] + 1)>>1); byte 638 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 3] = byte((src[j + 3] + src[j + stride + 3] + 1)>>1); byte 639 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 4] = byte((src[j + 4] + src[j + stride + 4] + 1)>>1); byte 640 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 5] = byte((src[j + 5] + src[j + stride + 5] + 1)>>1); byte 641 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 6] = byte((src[j + 6] + src[j + stride + 6] + 1)>>1); byte 642 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 7] = byte((src[j + 7] + src[j + stride + 7] + 1)>>1); byte 655 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_halfpel_hv(byte *dst, const byte *src, dword stride, bool rounding) { byte 659 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 0] = (byte)((src[j+0] + src[j+1] + src[j+stride+0] + src[j+stride+1] +1)>>2); byte 660 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 1] = (byte)((src[j+1] + src[j+2] + src[j+stride+1] + src[j+stride+2] +1)>>2); byte 661 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 2] = (byte)((src[j+2] + src[j+3] + src[j+stride+2] + src[j+stride+3] +1)>>2); byte 662 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 3] = (byte)((src[j+3] + src[j+4] + src[j+stride+3] + src[j+stride+4] +1)>>2); byte 663 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 4] = (byte)((src[j+4] + src[j+5] + src[j+stride+4] + src[j+stride+5] +1)>>2); byte 664 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 5] = (byte)((src[j+5] + src[j+6] + src[j+stride+5] + src[j+stride+6] +1)>>2); byte 665 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 6] = (byte)((src[j+6] + src[j+7] + src[j+stride+6] + src[j+stride+7] +1)>>2); byte 666 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 7] = (byte)((src[j+7] + src[j+8] + src[j+stride+7] + src[j+stride+8] +1)>>2); byte 670 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 0] = (byte)((src[j+0] + src[j+1] + src[j+stride+0] + src[j+stride+1] +2)>>2); byte 671 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 1] = (byte)((src[j+1] + src[j+2] + src[j+stride+1] + src[j+stride+2] +2)>>2); byte 672 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 2] = (byte)((src[j+2] + src[j+3] + src[j+stride+2] + src[j+stride+3] +2)>>2); byte 673 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 3] = (byte)((src[j+3] + src[j+4] + src[j+stride+3] + src[j+stride+4] +2)>>2); byte 674 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 4] = (byte)((src[j+4] + src[j+5] + src[j+stride+4] + src[j+stride+5] +2)>>2); byte 675 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 5] = (byte)((src[j+5] + src[j+6] + src[j+stride+5] + src[j+stride+6] +2)>>2); byte 676 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 6] = (byte)((src[j+6] + src[j+7] + src[j+stride+6] + src[j+stride+7] +2)>>2); byte 677 modules/xvid_dec/xvid_wce/interpolate8x8.cpp dst[j + 7] = (byte)((src[j+7] + src[j+8] + src[j+stride+7] + src[j+stride+8] +2)>>2); byte 686 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate16x16_lowpass_h(byte *dst, byte *src, int stride, int rounding) { byte 717 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_lowpass_h(byte *dst, byte *src, int stride, int rounding) { byte 738 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate16x16_lowpass_v(byte *dst, byte *src, int stride, int rounding) { byte 787 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_lowpass_v(byte *dst, byte *src, int stride, int rounding) { byte 817 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate16x16_lowpass_hv(byte *dst1, byte *dst2, byte *src, int stride, int rounding) { byte 819 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte round_add = 16 - rounding; byte 820 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte *h_ptr = dst2; byte 851 modules/xvid_dec/xvid_wce/interpolate8x8.cpp void interpolate8x8_lowpass_hv(byte *dst1, byte *dst2, byte *src, int stride, int rounding) { byte 853 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte round_add = 16 - rounding; byte 854 modules/xvid_dec/xvid_wce/interpolate8x8.cpp byte *h_ptr = dst2; byte 31 modules/xvid_dec/xvid_wce/interpolate8x8.h typedef void (INTERPOLATE8X8)(byte *dst, const byte *src, dword stride, bool rounding); byte 34 modules/xvid_dec/xvid_wce/interpolate8x8.h typedef void (INTERPOLATE8X8_AVG2)(byte *dst, const byte *src1, const byte *src2, dword stride, bool rounding, dword height); byte 37 modules/xvid_dec/xvid_wce/interpolate8x8.h typedef void (INTERPOLATE8X8_AVG4)(byte *dst, const byte *src1, const byte *src2, const byte *src3, const byte *src4, dword stride, bool rounding); byte 40 modules/xvid_dec/xvid_wce/interpolate8x8.h typedef void (INTERPOLATE_LOWPASS) (byte *dst, byte 41 modules/xvid_dec/xvid_wce/interpolate8x8.h byte *src, byte 47 modules/xvid_dec/xvid_wce/interpolate8x8.h typedef void (INTERPOLATE_LOWPASS_HV) (byte *dst1, byte 48 modules/xvid_dec/xvid_wce/interpolate8x8.h byte *dst2, byte 49 modules/xvid_dec/xvid_wce/interpolate8x8.h byte *src, byte 55 modules/xvid_dec/xvid_wce/interpolate8x8.h typedef void (INTERPOLATE8X8_6TAP_LOWPASS)(byte *dst, byte *src, int stride, bool rounding); byte 87 modules/xvid_dec/xvid_wce/interpolate8x8.h void interpolate8x8_switch(byte *cur, const byte *refn, dword x, dword y, int dx, int dy, dword stride, bool rounding); byte 89 modules/xvid_dec/xvid_wce/interpolate8x8.h inline void interpolate16x16_switch(byte *cur, const byte *refn, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 97 modules/xvid_dec/xvid_wce/interpolate8x8.h inline void interpolate32x32_switch(byte *cur, const byte *refn, dword x, dword y, int dx, int dy, dword stride, bool rounding) { byte 104 modules/xvid_dec/xvid_wce/interpolate8x8.h void interpolate8x8_quarterpel(byte *cur, byte *refn, byte *refh, byte *refv, byte *refhv, dword x, dword y, int dx, int dy, dword stride, bool rounding); byte 105 modules/xvid_dec/xvid_wce/interpolate8x8.h void interpolate16x16_quarterpel(byte *cur, byte *refn, byte *refh, byte *refv, byte *refhv, dword x, dword y, int dx, int dy, dword stride, bool rounding); byte 256 modules/xvid_dec/xvid_wce/mbcoding.cpp static const byte max_level[2][2][64] = { byte 309 modules/xvid_dec/xvid_wce/mbcoding.cpp static const byte max_run[2][2][64] = { byte 265 modules/xvid_dec/xvid_wce/mbprediction.cpp byte acpred_direction = pMB->acpred_directions[block]; byte 54 modules/xvid_dec/xvid_wce/mem_align.cpp byte *mem_ptr; byte 62 modules/xvid_dec/xvid_wce/mem_align.cpp mem_ptr = new byte[size+1]; byte 66 modules/xvid_dec/xvid_wce/mem_align.cpp *mem_ptr = (byte)1; byte 72 modules/xvid_dec/xvid_wce/mem_align.cpp byte *tmp; byte 78 modules/xvid_dec/xvid_wce/mem_align.cpp tmp = new byte[size + alignment]; byte 83 modules/xvid_dec/xvid_wce/mem_align.cpp (byte *) ((dword)(tmp + alignment - 1) & (~(dword)(alignment - 1))); byte 95 modules/xvid_dec/xvid_wce/mem_align.cpp *(mem_ptr - 1) = (byte) (mem_ptr - tmp); byte 120 modules/xvid_dec/xvid_wce/mem_align.cpp byte *ptr = (byte*)mem_ptr; byte 50 modules/xvid_dec/xvid_wce/mem_transfer.cpp void transfer_16to8copy(byte *dst, const int *src, dword stride) { byte 61 modules/xvid_dec/xvid_wce/mem_transfer.cpp dst[i] = byte(pixel); byte 77 modules/xvid_dec/xvid_wce/mem_transfer.cpp void transfer_16to8add(byte *dst, const int *src, dword stride) { byte 88 modules/xvid_dec/xvid_wce/mem_transfer.cpp dst[i] = byte(pixel); byte 106 modules/xvid_dec/xvid_wce/mem_transfer.cpp void transfer8x8_copy(byte *dst, const byte *src, dword stride) { byte 197 modules/xvid_dec/xvid_wce/mem_transfer.cpp void MemSet(void *dst, byte c, dword len) { byte 210 modules/xvid_dec/xvid_wce/mem_transfer.cpp return Mem::Compare((byte*)mem1, len, (byte*)mem2, len); byte 216 modules/xvid_dec/xvid_wce/mem_transfer.cpp return User::StringLength((const byte*)cp); byte 225 modules/xvid_dec/xvid_wce/mem_transfer.cpp desc.Copy(TPtr8((byte*)msg, Min(len, 20), len)); byte 236 modules/xvid_dec/xvid_wce/mem_transfer.cpp void MemSet(void *dst, byte c, dword len) { byte 255 modules/xvid_dec/xvid_wce/mem_transfer.cpp void *vp = new byte[sz]; byte 34 modules/xvid_dec/xvid_wce/mem_transfer.h void transfer_16to8copy(byte *dst, const int *src, dword stride); byte 39 modules/xvid_dec/xvid_wce/mem_transfer.h void transfer_16to8add(byte *dst, const int *src, dword stride); byte 47 modules/xvid_dec/xvid_wce/mem_transfer.h void transfer8x8_copy(byte *const dst, const byte * const src, const dword stride); byte 51 modules/xvid_dec/xvid_wce/mem_transfer.h inline void transfer16x16_copy(byte * const dst, const byte * const src, const dword stride) { byte 36 modules/xvid_dec/xvid_wce/quant_matrix.cpp static const byte default_intra_matrix[64] = { byte 49 modules/xvid_dec/xvid_wce/quant_matrix.cpp static const byte default_inter_matrix[64] = { byte 62 modules/xvid_dec/xvid_wce/quant_matrix.cpp const byte *get_default_intra_matrix() { byte 68 modules/xvid_dec/xvid_wce/quant_matrix.cpp const byte *get_default_inter_matrix() { byte 74 modules/xvid_dec/xvid_wce/quant_matrix.cpp void set_intra_matrix(dword *mpeg_quant_matrices, const byte *matrix) { byte 92 modules/xvid_dec/xvid_wce/quant_matrix.cpp void set_inter_matrix(dword *mpeg_quant_matrices, const byte *matrix) { byte 35 modules/xvid_dec/xvid_wce/quant_matrix.h void set_intra_matrix(dword *mpeg_quant_matrices, const byte *matrix); byte 36 modules/xvid_dec/xvid_wce/quant_matrix.h void set_inter_matrix(dword *mpeg_quant_matrices, const byte *matrix); byte 45 modules/xvid_dec/xvid_wce/quant_matrix.h const byte *get_default_intra_matrix(void); byte 46 modules/xvid_dec/xvid_wce/quant_matrix.h const byte *get_default_inter_matrix(void); byte 67 modules/xvid_dec/xvid_wce/reduced.cpp inline void Filter_31(byte *Dst1, byte *Dst2, const int *Src1, const int *Src2) { byte 78 modules/xvid_dec/xvid_wce/reduced.cpp inline void Filter_9331(byte *Dst1, byte *Dst2, const int *Src1, const int *Src2) { byte 93 modules/xvid_dec/xvid_wce/reduced.cpp void copy_upsampled_8x8_16to8(byte *Dst, const int *Src, int BpS) { byte 102 modules/xvid_dec/xvid_wce/reduced.cpp byte *const Dst2 = Dst + BpS; byte 117 modules/xvid_dec/xvid_wce/reduced.cpp inline void Filter_Add_31(byte *Dst1, byte *Dst2, const int *Src1, const int *Src2) { byte 128 modules/xvid_dec/xvid_wce/reduced.cpp inline void Filter_Add_9331(byte *Dst1, byte *Dst2, const int *Src1, const int *Src2) { byte 142 modules/xvid_dec/xvid_wce/reduced.cpp void add_upsampled_8x8_16to8(byte *Dst, const int *Src, const int BpS) { byte 152 modules/xvid_dec/xvid_wce/reduced.cpp byte *const Dst2 = Dst + BpS; byte 170 modules/xvid_dec/xvid_wce/reduced.cpp void hfilter_31(byte *Src1, byte *Src2, int Nb_Blks) { byte 174 modules/xvid_dec/xvid_wce/reduced.cpp byte a = ( 3*Src1[0] + 1*Src2[0] + 2 ) >> 2; byte 175 modules/xvid_dec/xvid_wce/reduced.cpp byte b = ( 1*Src1[0] + 3*Src2[0] + 2 ) >> 2; byte 183 modules/xvid_dec/xvid_wce/reduced.cpp void vfilter_31(byte *Src1, byte *Src2, const int BpS, int Nb_Blks) { byte 186 modules/xvid_dec/xvid_wce/reduced.cpp byte a = ( 3*Src1[0] + 1*Src2[0] + 2 ) >> 2; byte 187 modules/xvid_dec/xvid_wce/reduced.cpp byte b = ( 1*Src1[0] + 3*Src2[0] + 2 ) >> 2; byte 32 modules/xvid_dec/xvid_wce/reduced.h typedef void (COPY_UPSAMPLED_8X8_16TO8)(byte *Dst, const int *Src, int BpS); byte 33 modules/xvid_dec/xvid_wce/reduced.h typedef void (ADD_UPSAMPLED_8X8_16TO8)(byte *Dst, const int *Src, int BpS); byte 36 modules/xvid_dec/xvid_wce/reduced.h typedef void HFILTER_31(byte *Src1, byte *Src2, int Nb_Blks); byte 37 modules/xvid_dec/xvid_wce/reduced.h typedef void VFILTER_31(byte *Src1, byte *Src2, int BpS, int Nb_Blks); byte 40 modules/xvid_dec/xvid_wce/reduced.h typedef void FILTER_18X18_TO_8X8(int *Dst, const byte *Src, int BpS); byte 41 modules/xvid_dec/xvid_wce/reduced.h typedef void FILTER_DIFF_18X18_TO_8X8(int *Dst, const byte *Src, int BpS); byte 39 modules/xvid_dec/xvid_wce/vlc_codes.h byte len; byte 43 modules/xvid_dec/xvid_wce/vlc_codes.h byte last; byte 44 modules/xvid_dec/xvid_wce/vlc_codes.h byte run; byte 258 modules/xvid_dec/xvid_wce/xvid.h byte *y; byte 259 modules/xvid_dec/xvid_wce/xvid.h byte *u; byte 260 modules/xvid_dec/xvid_wce/xvid.h byte *v; byte 272 modules/xvid_dec/xvid_wce/xvid.h int DecodeFrame(void *handle, const void *buf, dword sz_in, byte *&y, byte *&u, byte *&v, dword &pitch); byte 351 src/laser/lsr_dec.c byte[skipLen - ((nameSpaceIndexBits+7)%8)] data; byte 2951 src/media_tools/avilib.c int AVI_set_audio_position(avi_t *AVI, int byte) byte 2964 src/media_tools/avilib.c if(byte < 0) byte = 0; byte 2974 src/media_tools/avilib.c if(AVI->track[AVI->aptr].audio_index[n].tot>(u32) byte) byte 2981 src/media_tools/avilib.c AVI->track[AVI->aptr].audio_posb = (u32) (byte - AVI->track[AVI->aptr].audio_index[n0].tot); byte 559 src/utils/bitstream.c u32 gf_bs_write_byte(GF_BitStream *bs, u8 byte, u32 repeat_count) byte 564 src/utils/bitstream.c gf_bs_write_int(bs, byte, 8); byte 574 src/utils/bitstream.c memset(bs->original + bs->position, byte, repeat_count); byte 592 src/utils/bitstream.c memset(bs->original + bs->position, byte, repeat_count); byte 598 src/utils/bitstream.c if (gf_fwrite(&byte, 1, repeat_count, bs->stream) != repeat_count) return 0;