Searched defs:eob (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | vp9_idct_msa.c | 406 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/ |
D | cost_neon.c | 29 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/ |
D | cost_neon.c | 29 const uint8x16_t eob = vcombine_u8(vqmovn_u16(eob_0), vqmovn_u16(eob_1)); in SetResidualCoeffs_NEON() local
|
/third_party/ffmpeg/libavcodec/ |
D | vp9recon.c | 243 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
|
D | faxcompr.c | 132 int eob = 0; in decode_uncompressed() local
|
D | vp9dec.h | 202 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/ |
D | vp9dsp.c | 264 int eob; in copy_subcoefs() local 346 int eob; in check_itxfm() local
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph261pay.c | 490 gboolean eob; in decode_tcoeff() local
|