Lines Matching refs:stride
308 static void get(uint8_t *pixels, int stride, int16_t* block)
315 pixels += stride;
320 static void fdct_get(FDCTDSPContext *fdsp, uint8_t *pixels, int stride, int16_t* block)
322 get(pixels, stride, block);
477 unsigned stride, unsigned width, unsigned height, uint16_t *dst,
486 src_stride = stride >> 1;
490 src_stride = stride; /* 2 lines stride */
494 src += stride >> 1;
525 unsigned stride, unsigned width, unsigned height, uint16_t *dst,
528 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 0, is_interlaced, is_top_field);
533 unsigned stride, unsigned width, unsigned height, uint16_t *dst,
536 subimage_with_fill_template(src, x, y, stride, width, height, dst, dst_width, dst_height, 1, is_interlaced, is_top_field);