Lines Matching defs:width
30 int width, int height);
32 int eo, int width, int height);
75 intptr_t mx, intptr_t my, int width)
89 int height, int width);
91 int width, int height, int16_t* src2, ptrdiff_t src2stride);
93 int height, intptr_t mx, intptr_t my, int width);
95 int height, intptr_t mx, intptr_t my, int width);
98 int height, intptr_t mx, intptr_t my, int width);
101 int height, int width)
122 int height, intptr_t mx, intptr_t my, int width);
134 int width, int height, int16_t* src2, ptrdiff_t src2stride);
153 void ff_hevc_sao_band_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int height, int16_t *offset_table);
158 int width, int height) {
168 ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table);
171 void ff_hevc_sao_edge_filter_neon_8(uint8_t *dst, uint8_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int height,
175 int eo, int width, int height) {
191 ff_hevc_sao_edge_filter_neon_8(dst, src, stride_dst, stride_src, width, height, a_stride, b_stride, sao_offset_val, edge_idx);
195 int height, intptr_t mx, intptr_t my, int width) {
197 put_hevc_qpel_neon[my][mx](dst, MAX_PB_SIZE, src, srcstride, height, width);
201 int height, intptr_t mx, intptr_t my, int width) {
203 put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, NULL, 0);
208 int height, intptr_t mx, intptr_t my, int width) {
209 put_hevc_qpel_uw_neon[my][mx](dst, dststride, src, srcstride, width, height, src2, MAX_PB_SIZE);