Home
last modified time | relevance | path

Searched refs:pstride (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dzmbvenc.c73 int pstride; member
123 int pstride, int x, int y, int *mx, int *my, int *xored) in zmbv_me() argument
134 bv = block_cmp(c, src, sstride, prev, pstride, bw, bh, xored); in zmbv_me()
140 … tv = block_cmp(c, src, sstride, prev + mx0 * c->bypp + my0 * pstride, pstride, bw, bh, &txored); in zmbv_me()
155 … tv = block_cmp(c, src, sstride, prev + dx * c->bypp + dy * pstride, pstride, bw, bh, &txored); in zmbv_me()
239 zmbv_me(c, tsrc, p->linesize[0], tprev, c->pstride, x, y, &mx, &my, &xored); in encode_frame()
242 tprev += mx * c->bypp + my * c->pstride; in encode_frame()
248 tprev += c->pstride; in encode_frame()
253 prev += c->pstride * ZMBV_BLOCK; in encode_frame()
261 prev += c->pstride; in encode_frame()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c446 unsigned *pstride, in r600_texture_get_info() argument
463 if (pstride) in r600_texture_get_info()
464 *pstride = stride; in r600_texture_get_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c642 unsigned *pstride, unsigned *poffset) in si_texture_get_info() argument
646 if (pstride) { in si_texture_get_info()
648 *pstride = value; in si_texture_get_info()