/third_party/ffmpeg/libavcodec/mips/ |
D | vp9dsp_mips.h | 156 int16_t *block, int eob); 158 int16_t *block, int eob); 160 int16_t *block, int eob); 162 int16_t *block, int eob); 164 int16_t *block, int eob); 166 int16_t *block, int eob); 168 int16_t *block, int eob); 170 int16_t *block, int eob); 172 int16_t *block, int eob); 174 int16_t *block, int eob); [all …]
|
D | vp9_idct_msa.c | 406 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_4x4_add_msa() argument 428 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_4x4_add_msa() argument 835 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_8x8_add_msa() argument 862 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_8x8_add_msa() argument 1487 int32_t dst_stride, int32_t eob) in vp9_iadst_idct_16x16_add_msa() argument 1508 int32_t dst_stride, int32_t eob) in vp9_idct_iadst_16x16_add_msa() argument 2066 int16_t *block, int eob) in ff_idct_idct_4x4_add_msa() argument 2068 if (eob > 1) { in ff_idct_idct_4x4_add_msa() 2077 int16_t *block, int eob) in ff_idct_idct_8x8_add_msa() argument 2079 if (eob == 1) { in ff_idct_idct_8x8_add_msa() [all …]
|
/third_party/curl/lib/ |
D | smtp.c | 1402 char *eob; in smtp_done() local 1429 eob = strdup(&SMTP_EOB[2]); in smtp_done() 1433 eob = strdup(SMTP_EOB); in smtp_done() 1437 if(!eob) in smtp_done() 1441 result = Curl_write(data, conn->writesockfd, eob, len, &bytes_written); in smtp_done() 1443 free(eob); in smtp_done() 1450 pp->sendthis = eob; in smtp_done() 1458 free(eob); in smtp_done() 1508 smtp->eob = 2; in smtp_perform() 1857 eob_sent = smtp->eob; in Curl_smtp_escape_eob() [all …]
|
D | pop3.c | 937 pop3c->eob = 2; in pop3_state_command_resp() 1475 size_t prev = pop3c->eob; in Curl_pop3_write() 1479 if(pop3c->eob == 0) { in Curl_pop3_write() 1480 pop3c->eob++; in Curl_pop3_write() 1493 else if(pop3c->eob == 3) in Curl_pop3_write() 1494 pop3c->eob++; in Curl_pop3_write() 1498 pop3c->eob = 1; in Curl_pop3_write() 1502 if(pop3c->eob == 1 || pop3c->eob == 4) in Curl_pop3_write() 1503 pop3c->eob++; in Curl_pop3_write() 1507 pop3c->eob = 0; in Curl_pop3_write() [all …]
|
D | pop3.h | 65 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
|
D | smtp.h | 61 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
|
/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 250 if (eob) in intra_recon() 252 td->block + 16 * n * bytesperpixel, eob); in intra_recon() 272 … int eob = b->skip ? 0 : b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in intra_recon() local 279 if (eob) in intra_recon() 281 td->uvblock[p] + 16 * n * bytesperpixel, eob); in intra_recon() 616 int eob = b->tx > TX_8X8 ? AV_RN16A(&td->eob[n]) : td->eob[n]; in inter_recon() local 618 if (eob) in inter_recon() 620 td->block + 16 * n * bytesperpixel, eob); in inter_recon() 635 int eob = b->uvtx > TX_8X8 ? AV_RN16A(&td->uveob[p][n]) : td->uveob[p][n]; in inter_recon() local [all …]
|
D | faxcompr.c | 132 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()
|
D | vp9block.c | 807 unsigned (*eob)[6][2], uint8_t (*p)[6][11], in decode_coeffs_b_generic() 819 eob[band][nnz][val]++; in decode_coeffs_b_generic() 925 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b_8bpp() 930 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 1, 8, cnt, eob, p, in decode_coeffs_b_8bpp() 935 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b32_8bpp() 940 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 1, 8, cnt, eob, p, in decode_coeffs_b32_8bpp() 945 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b_16bpp() 950 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 0, td->s->s.h.bpp, cnt, eob, p, in decode_coeffs_b_16bpp() 955 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b32_16bpp() 960 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 0, td->s->s.h.bpp, cnt, eob, p, in decode_coeffs_b32_16bpp() [all …]
|
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
|
D | vp9dsp.h | 72 int16_t *block, int eob);
|
D | vp9prob.c | 59 unsigned *e = s->td[0].counts.eob[i][j][k][l][m]; in ff_vp9_adapt_probs()
|
/third_party/ffmpeg/tests/checkasm/ |
D | vp9dsp.c | 264 int eob; in copy_subcoefs() local 281 eob = n; in copy_subcoefs() 294 return eob; in copy_subcoefs() 319 …_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() 363 call_new(dst1, sz * SIZEOF_PIXEL, subcoef1, eob); in check_itxfm() 369 bench_new(dst, sz * SIZEOF_PIXEL, coef, eob); in check_itxfm()
|
/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 30 const uint8x16_t masked = vandq_u8(eob, vld1q_u8(position)); in SetResidualCoeffs_NEON()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp9itxfm.asm | 172 ; 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 …]
|
D | vp9itxfm_16bpp.asm | 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 1100 dst, stride, block, eob 1253 dst, stride, block, eob 1438 dst, stride, block, eob 1569 dst, stride, block, eob [all …]
|
D | vp9dsp_init.h | 65 int eob)
|
D | vp9dsp_init.c | 95 int16_t *block, int eob)
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph261pay.c | 490 gboolean eob; in decode_tcoeff() local 510 eob = FALSE; in decode_tcoeff() 511 while (!eob) { in decode_tcoeff() 519 eob = TRUE; in decode_tcoeff()
|
/third_party/curl/tests/ |
D | ftpserver.pl | 957 my $eob; 973 $eob = 1; 978 if($eob) {
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9dsp_init_arm.c | 148 int16_t *_block, int eob)
|
D | vp9dsp_init_16bpp_arm_template.c | 149 int16_t *_block, int eob)
|
D | vp9itxfm_neon.S | 878 @ This is the minimum eob value for each subpartition, in increments of 4
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9dsp_init_aarch64.c | 161 int16_t *_block, int eob)
|
D | vp9dsp_init_16bpp_aarch64_template.c | 165 int16_t *_block, int eob)
|