Home
last modified time | relevance | path

Searched defs:eob (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dvp9_idct_msa.c406 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_4x4_add_msa()
428 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_4x4_add_msa()
835 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_8x8_add_msa()
862 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_8x8_add_msa()
1487 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_16x16_add_msa()
1508 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_16x16_add_msa()
2066 int16_t *block, int eob) in ff_idct_idct_4x4_add_msa()
2077 int16_t *block, int eob) in ff_idct_idct_8x8_add_msa()
2091 int16_t *block, int eob) in ff_idct_idct_16x16_add_msa()
2106 int16_t *block, int eob) in ff_idct_idct_32x32_add_msa()
[all …]
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dcost_neon.c29 const uint8x16_t eob = vcombine_u8(vqmovn_u16(eob_0), vqmovn_u16(eob_1)); in SetResidualCoeffs_NEON() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dcost_neon.c29 const uint8x16_t eob = vcombine_u8(vqmovn_u16(eob_0), vqmovn_u16(eob_1)); in SetResidualCoeffs_NEON() local
/third_party/curl/lib/
Dpop3.h65 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
Dsmtp.h62 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
Dsmtp.c1377 char *eob; in smtp_done() local
/third_party/ffmpeg/libavcodec/
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[n]) : td->eob[n]; in inter_recon() local
634 int eob = b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in inter_recon() local
Dfaxcompr.c129 int eob = 0; in decode_uncompressed() local
Dvp9dec.h201 unsigned eob[4][2][2][6][6][2]; member
225 uint8_t *eob_base, *uveob_base[2], *eob, *uveob[2]; member
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c263 int eob; in copy_subcoefs() local
345 int eob; in check_itxfm() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c487 gboolean eob; in decode_tcoeff() local