• Home
  • Raw
  • Download

Lines Matching full:stride

34 void av1_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride,  in av1_highbd_iwht4x4_add()  argument
37 av1_highbd_iwht4x4_16_add(input, dest, stride, bd); in av1_highbd_iwht4x4_add()
39 av1_highbd_iwht4x4_1_add(input, dest, stride, bd); in av1_highbd_iwht4x4_add()
43 int stride, const TxfmParam *txfm_param) { in highbd_inv_txfm_add_4x4_c() argument
52 av1_highbd_iwht4x4_add(input, dest, stride, eob, bd); in highbd_inv_txfm_add_4x4_c()
56 av1_inv_txfm2d_add_4x4_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, bd); in highbd_inv_txfm_add_4x4_c()
60 int stride, const TxfmParam *txfm_param) { in highbd_inv_txfm_add_4x8_c() argument
63 av1_inv_txfm2d_add_4x8_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_4x8_c()
68 int stride, const TxfmParam *txfm_param) { in highbd_inv_txfm_add_8x4_c() argument
71 av1_inv_txfm2d_add_8x4_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_8x4_c()
76 int stride, in highbd_inv_txfm_add_16x32_c() argument
79 av1_inv_txfm2d_add_16x32_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_16x32_c()
84 int stride, in highbd_inv_txfm_add_32x16_c() argument
87 av1_inv_txfm2d_add_32x16_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_32x16_c()
92 int stride, in highbd_inv_txfm_add_16x4_c() argument
95 av1_inv_txfm2d_add_16x4_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_16x4_c()
100 int stride, in highbd_inv_txfm_add_4x16_c() argument
103 av1_inv_txfm2d_add_4x16_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_4x16_c()
108 int stride, in highbd_inv_txfm_add_32x8_c() argument
111 av1_inv_txfm2d_add_32x8_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_32x8_c()
116 int stride, in highbd_inv_txfm_add_8x32_c() argument
119 av1_inv_txfm2d_add_8x32_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_8x32_c()
124 int stride, in highbd_inv_txfm_add_32x64_c() argument
127 av1_inv_txfm2d_add_32x64_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_32x64_c()
132 int stride, in highbd_inv_txfm_add_64x32_c() argument
135 av1_inv_txfm2d_add_64x32_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_64x32_c()
140 int stride, in highbd_inv_txfm_add_16x64_c() argument
143 av1_inv_txfm2d_add_16x64_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_16x64_c()
148 int stride, in highbd_inv_txfm_add_64x16_c() argument
151 av1_inv_txfm2d_add_64x16_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_64x16_c()
156 int stride, const TxfmParam *txfm_param) { in highbd_inv_txfm_add_8x8_c() argument
161 av1_inv_txfm2d_add_8x8_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, bd); in highbd_inv_txfm_add_8x8_c()
165 int stride, in highbd_inv_txfm_add_16x16_c() argument
171 av1_inv_txfm2d_add_16x16_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, in highbd_inv_txfm_add_16x16_c()
176 int stride, in highbd_inv_txfm_add_8x16_c() argument
179 av1_inv_txfm2d_add_8x16_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_8x16_c()
184 int stride, in highbd_inv_txfm_add_16x8_c() argument
187 av1_inv_txfm2d_add_16x8_c(src, CONVERT_TO_SHORTPTR(dest), stride, in highbd_inv_txfm_add_16x8_c()
192 int stride, in highbd_inv_txfm_add_32x32_c() argument
198 av1_inv_txfm2d_add_32x32_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, in highbd_inv_txfm_add_32x32_c()
203 int stride, in highbd_inv_txfm_add_64x64_c() argument
209 av1_inv_txfm2d_add_64x64_c(src, CONVERT_TO_SHORTPTR(dest), stride, tx_type, in highbd_inv_txfm_add_64x64_c()
228 int stride, const TxfmParam *txfm_param) { in av1_highbd_inv_txfm_add_c() argument
233 highbd_inv_txfm_add_32x32_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
236 highbd_inv_txfm_add_16x16_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
239 highbd_inv_txfm_add_8x8_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
242 highbd_inv_txfm_add_4x8_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
245 highbd_inv_txfm_add_8x4_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
248 highbd_inv_txfm_add_8x16_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
251 highbd_inv_txfm_add_16x8_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
254 highbd_inv_txfm_add_16x32_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
257 highbd_inv_txfm_add_32x16_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
260 highbd_inv_txfm_add_64x64_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
263 highbd_inv_txfm_add_32x64_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
266 highbd_inv_txfm_add_64x32_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
269 highbd_inv_txfm_add_16x64_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
272 highbd_inv_txfm_add_64x16_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
278 highbd_inv_txfm_add_4x4_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
281 highbd_inv_txfm_add_16x4_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
284 highbd_inv_txfm_add_4x16_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
287 highbd_inv_txfm_add_8x32_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
290 highbd_inv_txfm_add_32x8_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
296 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, in av1_inv_txfm_add_c() argument
305 tmp[r * tmp_stride + c] = dst[r * stride + c]; in av1_inv_txfm_add_c()
314 dst[r * stride + c] = (uint8_t)tmp[r * tmp_stride + c]; in av1_inv_txfm_add_c()
322 int stride, int eob, int reduced_tx_set) { in av1_inverse_transform_block() argument
333 av1_highbd_inv_txfm_add(dqcoeff, dst, stride, &txfm_param); in av1_inverse_transform_block()
335 av1_inv_txfm_add(dqcoeff, dst, stride, &txfm_param); in av1_inverse_transform_block()