Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/mips/
H A Dvp9dsp_mips.h159 int16_t *block, int eob);
161 int16_t *block, int eob);
163 int16_t *block, int eob);
165 int16_t *block, int eob);
167 int16_t *block, int eob);
169 int16_t *block, int eob);
171 int16_t *block, int eob);
173 int16_t *block, int eob);
175 int16_t *block, int eob);
177 int16_t *block, int eob);
[all...]
H A 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()
2068 if (eob > 1) { in ff_idct_idct_4x4_add_msa()
2077 int16_t *block, int eob) in ff_idct_idct_8x8_add_msa()
2079 if (eob in ff_idct_idct_8x8_add_msa()
405 vp9_iadst_idct_4x4_add_msa(int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t eob) vp9_iadst_idct_4x4_add_msa() argument
427 vp9_idct_iadst_4x4_add_msa(int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t eob) vp9_idct_iadst_4x4_add_msa() argument
834 vp9_iadst_idct_8x8_add_msa(int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t eob) vp9_iadst_idct_8x8_add_msa() argument
861 vp9_idct_iadst_8x8_add_msa(int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t eob) vp9_idct_iadst_8x8_add_msa() argument
1486 vp9_iadst_idct_16x16_add_msa(int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t eob) vp9_iadst_idct_16x16_add_msa() argument
1507 vp9_idct_iadst_16x16_add_msa(int16_t *input, uint8_t *dst, int32_t dst_stride, int32_t eob) vp9_idct_iadst_16x16_add_msa() argument
2065 ff_idct_idct_4x4_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_4x4_add_msa() argument
2076 ff_idct_idct_8x8_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_8x8_add_msa() argument
2090 ff_idct_idct_16x16_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_16x16_add_msa() argument
2105 ff_idct_idct_32x32_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_idct_32x32_add_msa() argument
2119 ff_iadst_iadst_4x4_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_iadst_iadst_4x4_add_msa() argument
2125 ff_iadst_iadst_8x8_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_iadst_iadst_8x8_add_msa() argument
2131 ff_iadst_iadst_16x16_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_iadst_iadst_16x16_add_msa() argument
2137 ff_idct_iadst_4x4_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_iadst_4x4_add_msa() argument
2143 ff_idct_iadst_8x8_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_iadst_8x8_add_msa() argument
2149 ff_idct_iadst_16x16_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_idct_iadst_16x16_add_msa() argument
2155 ff_iadst_idct_4x4_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_iadst_idct_4x4_add_msa() argument
2161 ff_iadst_idct_8x8_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_iadst_idct_8x8_add_msa() argument
2167 ff_iadst_idct_16x16_add_msa(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob) ff_iadst_idct_16x16_add_msa() argument
[all...]
/third_party/curl/lib/
H A Dsmtp.c1396 char *eob; in smtp_done() local
1423 eob = strdup(&SMTP_EOB[2]); in smtp_done()
1427 eob = strdup(SMTP_EOB); in smtp_done()
1431 if(!eob) in smtp_done()
1435 result = Curl_write(data, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
1437 free(eob); in smtp_done()
1444 pp->sendthis = eob; in smtp_done()
1452 free(eob); in smtp_done()
1502 smtp->eob = 2; in smtp_perform()
1853 eob_sent = smtp->eob; in Curl_smtp_escape_eob()
[all...]
H A Dpop3.c929 pop3c->eob = 2; in pop3_state_command_resp()
1467 the eob so the server will have prefixed it with an extra dot which we in Curl_pop3_write()
1471 size_t prev = pop3c->eob; in Curl_pop3_write()
1475 if(pop3c->eob == 0) { in Curl_pop3_write()
1476 pop3c->eob++; in Curl_pop3_write()
1489 else if(pop3c->eob == 3) in Curl_pop3_write()
1490 pop3c->eob++; in Curl_pop3_write()
1494 pop3c->eob = 1; in Curl_pop3_write()
1498 if(pop3c->eob == 1 || pop3c->eob in Curl_pop3_write()
[all...]
H A Dpop3.h65 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
H A Dsmtp.h61 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
/third_party/ffmpeg/libavcodec/
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
249 if (eob) in intra_recon()
251 td->block + 16 * n * bytesperpixel, eob); in intra_recon()
271 int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in intra_recon() local
278 if (eob) in intra_recon()
280 td->uvblock[p] + 16 * n * bytesperpixel, eob); in intra_recon()
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 Dfaxcompr.c132 int eob = 0; in decode_uncompressed() local
152 eob = 1; in decode_uncompressed()
159 codes[1] = !eob; in decode_uncompressed()
180 } while (!eob); in decode_uncompressed()
H A Dvp9block.c801 // FIXME merge cnt/eob arguments?
805 unsigned (*eob)[6][2], uint8_t (*p)[6][11], in decode_coeffs_b_generic()
816 val = vp56_rac_get_prob_branchy(c, tp[0]); // eob in decode_coeffs_b_generic()
817 eob[band][nnz][val]++; in decode_coeffs_b_generic()
923 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b_8bpp()
928 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 1, 8, cnt, eob, p, in decode_coeffs_b_8bpp()
933 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b32_8bpp()
938 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 1, 8, cnt, eob, p, in decode_coeffs_b32_8bpp()
943 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b_16bpp()
948 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 0, td->s->s.h.bpp, cnt, eob, in decode_coeffs_b_16bpp()
803 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
H A Dvp9dsp.h63 * eob indicates the position (+1) of the last non-zero coefficient,
65 * dc-only 4x4/8x8/16x16/32x32, or a 4x4-only (eob<10) 8x8/16x16/32x32,
72 int16_t *block, int eob);
H A Dvp9prob.c59 unsigned *e = s->td[0].counts.eob[i][j][k][l][m]; in ff_vp9_adapt_probs()
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c256 // coefficient scantable index for the eob token) guarantees that only in copy_subcoefs()
264 int eob; in copy_subcoefs() local
269 // find eob for this sub-idct in copy_subcoefs()
281 eob = n; in copy_subcoefs()
294 return eob; in copy_subcoefs()
319 declare_func_emms(AV_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob); in check_itxfm()
346 int eob; in check_itxfm() local
352 eob = copy_subcoefs(subcoef0, coef, tx, txtp, in check_itxfm()
355 eob = sz * sz; in check_itxfm()
362 call_ref(dst0, sz * SIZEOF_PIXEL, subcoef0, eob); in check_itxfm()
[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
30 const uint8x16_t masked = vandq_u8(eob, vld1q_u8(position)); in SetResidualCoeffs_NEON()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9dsp_loongarch.h176 int16_t *block, int eob);
178 int16_t *block, int eob);
180 int16_t *block, int eob);
H A Dvp9_idct_lsx.c1371 int16_t *block, int eob) in ff_idct_idct_8x8_add_lsx()
1373 if (eob == 1) { in ff_idct_idct_8x8_add_lsx()
1376 else if (eob <= 12) { in ff_idct_idct_8x8_add_lsx()
1385 int16_t *block, int eob) in ff_idct_idct_16x16_add_lsx()
1387 if (eob == 1) { in ff_idct_idct_16x16_add_lsx()
1391 else if (eob <= 10) { in ff_idct_idct_16x16_add_lsx()
1400 int16_t *block, int eob) in ff_idct_idct_32x32_add_lsx()
1402 if (eob == 1) { in ff_idct_idct_32x32_add_lsx()
1405 else if (eob <= 34) { in ff_idct_idct_32x32_add_lsx()
1370 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
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm154 cglobal vp9_iwht_iwht_4x4_add_%1, 3, 3, 8, dst, stride, block, eob
247 cglobal vp9_idct_idct_4x4_add_10, 4, 4, 8, dst, stride, block, eob
304 cglobal vp9_%1_%3_4x4_add_10, 3, 3, 0, dst, stride, block, eob
409 cglobal vp9_idct_idct_4x4_add_12, 4, 4, 8, dst, stride, block, eob
431 DEFINE_ARGS dst, stride, block, eob
568 cglobal vp9_%1_%3_4x4_add_12, 3, 3, 12, 2 * ARCH_X86_32 * mmsize, dst, stride, block, eob
645 dst, stride, block, eob
784 dst, stride, block, eob
914 dst, stride, block, eob
1001 dst, stride, block, eob
[all...]
H A Dvp9itxfm.asm172 ; void vp9_iwht_iwht_4x4_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
176 cglobal vp9_iwht_iwht_4x4_add, 3, 3, 0, dst, stride, block, eob
198 ; void vp9_idct_idct_4x4_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
239 cglobal vp9_idct_idct_4x4_add, 4, 4, 0, dst, stride, block, eob
326 ; void vp9_iadst_iadst_4x4_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
331 cglobal vp9_%1_%3_4x4_add, 3, 3, 0, dst, stride, block, eob
383 ; void vp9_idct_idct_8x8_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
552 cglobal vp9_idct_idct_8x8_add, 4, 4, %2, dst, stride, block, eob
726 ; void vp9_iadst_iadst_8x8_add_<opt>(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
820 cglobal vp9_%1_%3_8x8_add, 3, 3, %6, dst, stride, block, eob
[all...]
H A Dvp9dsp_init.h66 int eob)
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9dsp_init_arm.c148 int16_t *_block, int eob)
H A Dvp9itxfm_neon.S267 @ void itxfm_add(uint8_t *dst, ptrdiff_t stride, int16_t *block, int eob);
878 @ This is the minimum eob value for each subpartition, in increments of 4
H A Dvp9dsp_init_16bpp_arm_template.c149 int16_t *_block, int eob)
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9dsp_init_aarch64.c161 int16_t *_block, int eob)
H A Dvp9dsp_init_16bpp_aarch64_template.c165 int16_t *_block, int eob)
/third_party/curl/tests/
H A Dftpserver.pl957 my $eob;
973 $eob = 1;
978 if($eob) {

Completed in 28 milliseconds

12