Home
last modified time | relevance | path

Searched defs:eob (Results 1 - 25 of 29) sorted by relevance

12

/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Dopen_wmemstream_test_001.cpp48 off_t eob = ftello(stream); in testcase() local
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h59 u_char eob; /* 7Fh value indicating end of member
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dspeakup_dtlk.h59 u_char eob; /* 7Fh value indicating end of member
/kernel/linux/linux-5.10/include/linux/
H A Ddtlk.h83 unsigned char eob; /* 7Fh value indicating end of member
/kernel/linux/linux-6.6/include/linux/
H A Ddtlk.h83 unsigned char eob; /* 7Fh value indicating end of member
/third_party/curl/lib/
H A Dsmtp.h61 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
H A Dpop3.h65 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
H A Dsmtp.c1396 char *eob; in smtp_done() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcost_neon.c29 const uint8x16_t eob = vcombine_u8(vqmovn_u16(eob_0), vqmovn_u16(eob_1)); in SetResidualCoeffs_NEON() local
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dmessages.c272 catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id, u32 pos, bool eob, bool ll) catpt_ipc_set_write_pos() argument
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-vp9.h143 u32 *eob[4][2][2][6][6][2]; member
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H A Dmessages.c272 catpt_ipc_set_write_pos(struct catpt_dev *cdev, u8 stream_hw_id, u32 pos, bool eob, bool ll) catpt_ipc_set_write_pos() argument
/third_party/ffmpeg/libavcodec/
H A Dfaxcompr.c132 int eob = 0; in decode_uncompressed() local
H A Dvp9recon.c242 int eob = b->skip ? 0 : b->tx > TX_8X8 ? AV_RN16A(&td->eob[n]) : td->eob[n]; in intra_recon() local
271 int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in intra_recon() local
615 int eob = b->tx > TX_8X8 ? AV_RN16A(&td->eob[ in inter_recon() local
634 int eob = b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; inter_recon() local
[all...]
H A Dvp9block.c803 decode_coeffs_b_generic(VP56RangeCoder *c, int16_t *coef, int n_coeffs, int is_tx32x32, int is8bitsperpixel, int bpp, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_generic() argument
922 decode_coeffs_b_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_8bpp() argument
932 decode_coeffs_b32_8bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_8bpp() argument
942 decode_coeffs_b_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b_16bpp() argument
952 decode_coeffs_b32_16bpp(VP9TileData *td, int16_t *coef, int n_coeffs, unsigned (*cnt)[6][3], unsigned (*eob)[6][2], uint8_t (*p)[6][11], int nnz, const int16_t *scan, const int16_t (*nb)[2], const int16_t *band_counts, int16_t *qmul) decode_coeffs_b32_16bpp() argument
[all...]
H A Dvp9dec.h203 unsigned eob[4][2][2][6][6][2]; member
227 uint8_t *eob_base, *uveob_base[2], *eob, *uveob[2]; member
/kernel/linux/linux-5.10/sound/drivers/vx/
H A Dvx_pcm.c1091 int p, buf, capture, eob; in vx_pcm_update_intr() local
/kernel/linux/linux-6.6/sound/drivers/vx/
H A Dvx_pcm.c1100 int p, buf, capture, eob; in vx_pcm_update_intr() local
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c264 int eob; in copy_subcoefs() local
346 int eob; in check_itxfm() local
[all...]
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H A Dmain.c1160 int eot, eob, chain, bei; in mhi_gen_tre() local
/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H A Dmain.c1206 int eot, eob, chain, bei; in mhi_gen_tre() local
/kernel/linux/linux-5.10/fs/gfs2/
H A Dbmap.c425 static inline unsigned int gfs2_extent_length(struct buffer_head *bh, __be64 *ptr, size_t limit, int *eob) in gfs2_extent_length() argument
850 int eob; in gfs2_iomap_get() local
/kernel/linux/linux-6.6/fs/gfs2/
H A Dbmap.c424 static inline unsigned int gfs2_extent_length(struct buffer_head *bh, __be64 *ptr, size_t limit, int *eob) in gfs2_extent_length() argument
848 int eob; in __gfs2_iomap_get() local
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c98 u32 eob[2]; member
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_idct_lsx.c1370 ff_idct_idct_8x8_add_lsx(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_8x8_add_lsx() argument
1384 ff_idct_idct_16x16_add_lsx(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_16x16_add_lsx() argument
1399 ff_idct_idct_32x32_add_lsx(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_32x32_add_lsx() argument

Completed in 29 milliseconds

12