Home
last modified time | relevance | path

Searched refs:istride (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmsrle.c91 int istride = FFALIGN(avctx->width*avctx->bits_per_coded_sample, 32) / 8; in msrle_decode_frame() local
108 if (avctx->height * istride == avpkt->size) { /* assume uncompressed */ in msrle_decode_frame()
111 const uint8_t *buf = avpkt->data + (avctx->height-1)*istride; in msrle_decode_frame()
128 buf -= istride; in msrle_decode_frame()
Dvc2enc.c121 ptrdiff_t istride; member
844 const ptrdiff_t linesize = transform_dat->istride; in dwt_plane()
910 s->transform_args[i].istride = frame->linesize[i]; in encode_frame()
/third_party/ffmpeg/tests/checkasm/
Dvp9dsp.c399 int istride = dir ? 1 : 16; in randomize_loopfilter_buffers() local
403 int idx = off + i * istride, p0, q0; in randomize_loopfilter_buffers()
412 int idx = off + i * istride, p0, q0; in randomize_loopfilter_buffers()
425 int idx = off + i * istride, p2, p1, p0, q0, q1, q2; in randomize_loopfilter_buffers()
440 int idx = off + i * istride; in randomize_loopfilter_buffers()
Dvp8dsp.c342 int istride = dir ? 1 : str; in randomize_loopfilter_buffers() local
350 int idx = off + i * istride, p2, p1, p0, q0, q1, q2; in randomize_loopfilter_buffers()
/third_party/ffmpeg/libavcodec/x86/
Dcfhdencdsp.asm42 cglobal cfhdenc_horiz_filter, 8, 10, 11, input, low, high, istride, lwidth, hwidth, width, y, x, te…
200 cglobal cfhdenc_vert_filter, 8, 11, 14, input, low, high, istride, lwidth, hwidth, width, height, x…
/third_party/ffmpeg/libavfilter/
Daf_arnndn.c1290 const int stride = 3 * AN, istride = 3 * AM; in compute_gru() local
1296 sum += s->fdsp->scalarproduct_float(gru->input_weights + i * istride, input, AM); in compute_gru()
1305 sum += s->fdsp->scalarproduct_float(gru->input_weights + AM + i * istride, input, AM); in compute_gru()
1314 sum += s->fdsp->scalarproduct_float(gru->input_weights + 2 * AM + i * istride, input, AM); in compute_gru()