Home
last modified time | relevance | path

Searched refs:low_stride (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcfhddsp.c27 const int16_t *low, ptrdiff_t low_stride, in filter()
34 tmp = (11*low[0*low_stride] - 4*low[1*low_stride] + low[2*low_stride] + 4) >> 3; in filter()
39 tmp = ( 5*low[0*low_stride] + 4*low[1*low_stride] - low[2*low_stride] + 4) >> 3; in filter()
45 tmp = (low[(i-1)*low_stride] - low[(i+1)*low_stride] + 4) >> 3; in filter()
46 output[(2*i+0)*out_stride] = (tmp + low[i*low_stride] in filter()
26 filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int len, int clip) filter() argument
67 vert_filter(int16_t *output, ptrdiff_t out_stride, const int16_t *low, ptrdiff_t low_stride, const int16_t *high, ptrdiff_t high_stride, int width, int height) vert_filter() argument
[all...]
H A Dcfhdencdsp.c27 int16_t *low, ptrdiff_t low_stride, in filter()
31 low[(0>>1) * low_stride] = av_clip_int16(input[0*in_stride] + input[1*in_stride]); in filter()
37 low[(i>>1) * low_stride] = av_clip_int16(input[i*in_stride] + input[(i+1)*in_stride]); in filter()
43 low[((len-2)>>1) * low_stride] = av_clip_int16(input[((len-2)+0)*in_stride] + input[((len-2)+1)*in_stride]); in filter()
50 ptrdiff_t in_stride, ptrdiff_t low_stride, in horiz_filter()
57 low += low_stride; in horiz_filter()
63 ptrdiff_t in_stride, ptrdiff_t low_stride, in vert_filter()
68 filter(&input[i], in_stride, &low[i], low_stride, &high[i], high_stride, height); in vert_filter()
26 filter(int16_t *input, ptrdiff_t in_stride, int16_t *low, ptrdiff_t low_stride, int16_t *high, ptrdiff_t high_stride, int len) filter() argument
49 horiz_filter(int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) horiz_filter() argument
62 vert_filter(int16_t *input, int16_t *low, int16_t *high, ptrdiff_t in_stride, ptrdiff_t low_stride, ptrdiff_t high_stride, int width, int height) vert_filter() argument
H A Dcfhddsp.h27 const int16_t *low, ptrdiff_t low_stride,
32 const int16_t *low, ptrdiff_t low_stride,
H A Dcfhdencdsp.h27 ptrdiff_t in_stride, ptrdiff_t low_stride,
32 ptrdiff_t in_stride, ptrdiff_t low_stride,
H A Dcfhdenc.c444 int low_stride, high_stride; in cfhd_encode_frame() local
459 low_stride = s->plane[plane].band[2][0].a_width; in cfhd_encode_frame()
464 a_width, low_stride, high_stride, in cfhd_encode_frame()
472 a_width, low_stride, high_stride, in cfhd_encode_frame()
480 low_stride = s->plane[plane].band[1][0].a_width; in cfhd_encode_frame()
492 a_width * 2, low_stride, high_stride, in cfhd_encode_frame()
500 a_width, low_stride, high_stride, in cfhd_encode_frame()
508 a_width, low_stride, high_stride, in cfhd_encode_frame()
516 low_stride = s->plane[plane].band[0][0].a_width; in cfhd_encode_frame()
530 a_width * 2, low_stride, high_strid in cfhd_encode_frame()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dcfhdencdsp_init.c31 ptrdiff_t in_stride, ptrdiff_t low_stride,
35 ptrdiff_t in_stride, ptrdiff_t low_stride,
H A Dcfhddsp_init.c31 const int16_t *low, ptrdiff_t low_stride,
35 const int16_t *low, ptrdiff_t low_stride,

Completed in 3 milliseconds