Home
last modified time | relevance | path

Searched defs:eob (Results 1 – 8 of 8) 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/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/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/ffmpeg/libavcodec/
Dvp9recon.c243 int eob = b->skip ? 0 : b->tx > TX_8X8 ? AV_RN16A(&td->eob[n]) : td->eob[n]; in intra_recon() local
272 … int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in intra_recon() local
616 int eob = b->tx > TX_8X8 ? AV_RN16A(&td->eob[n]) : td->eob[n]; in inter_recon() local
635 int eob = b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in inter_recon() local
Dfaxcompr.c132 int eob = 0; in decode_uncompressed() local
Dvp9dec.h202 unsigned eob[4][2][2][6][6][2]; member
226 uint8_t *eob_base, *uveob_base[2], *eob, *uveob[2]; member
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c264 int eob; in copy_subcoefs() local
346 int eob; in check_itxfm() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c490 gboolean eob; in decode_tcoeff() local