Home
last modified time | relevance | path

Searched defs:min_stride (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dm101.c53 int min_stride = 2 * avctx->width; in m101_decode_frame() local
/third_party/ffmpeg/libavformat/
H A Drawutils.c32 int min_stride = (par->width * bpc + 7) >> 3; in ff_reshuffle_raw_rgb() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.h56 uint32_t min_stride[PIPE_MAX_ATTRIBS]; //for dynamic_state1 member
/third_party/ffmpeg/libswscale/
H A Dswscale_unscaled.c478 int min_stride = FFMIN(FFABS(srcstr), FFABS(dststr)); in bswap_16bpc() local
505 int min_stride = FFMIN(FFABS(srcstr), FFABS(dststr)); in bswap_32bpc() local

Completed in 6 milliseconds