Searched defs:b8_stride (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | error_resilience.h | 63 ptrdiff_t b8_stride; member
|
H A D | mpegpicture.c | 205 alloc_picture_tables(AVCodecContext *avctx, Picture *pic, int encoding, int out_format, int mb_stride, int mb_width, int mb_height, int b8_stride) alloc_picture_tables() argument 253 ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, ScratchpadContext *sc, int shared, int encoding, int chroma_x_shift, int chroma_y_shift, int out_format, int mb_stride, int mb_width, int mb_height, int b8_stride, ptrdiff_t *linesize, ptrdiff_t *uvlinesize) ff_alloc_picture() argument
|
H A D | h264_direct.c | 202 int b8_stride = 2; in pred_spatial_direct_motion() local 489 int b8_stride = 2; in pred_temp_direct_motion() local [all...] |
H A D | mpegvideo.h | 114 int b8_stride; ///< 2*mb_width+1 used for some 8x8 block arrays to allow simple addressing member
|
Completed in 5 milliseconds