int16_t            77 libde265-1.0.3/acceleration-speed/dct.cc     residuals = new int16_t[stride*h];
int16_t           130 libde265-1.0.3/acceleration-speed/dct.cc     coeffs = new int16_t[width*h];
int16_t            34 libde265-1.0.3/acceleration-speed/dct.h     coeffs = new int16_t[size*size];
int16_t            58 libde265-1.0.3/acceleration-speed/dct.h   int16_t* residuals;
int16_t            60 libde265-1.0.3/acceleration-speed/dct.h   int16_t* coeffs;
int16_t            87 libde265-1.0.3/acceleration-speed/dct.h   inline int16_t* xy2coeff(int x,int y) const {
int16_t           104 libde265-1.0.3/acceleration-speed/dct.h   int16_t* coeffs;
int16_t            32 libde265-1.0.3/libde265/acceleration.h                                   const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            36 libde265-1.0.3/libde265/acceleration.h                                 const int16_t *src, ptrdiff_t srcstride,
int16_t            40 libde265-1.0.3/libde265/acceleration.h                               const int16_t *src, ptrdiff_t srcstride,
int16_t            44 libde265-1.0.3/libde265/acceleration.h                                 const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            50 libde265-1.0.3/libde265/acceleration.h                                   const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            54 libde265-1.0.3/libde265/acceleration.h                                 const int16_t *src, ptrdiff_t srcstride,
int16_t            58 libde265-1.0.3/libde265/acceleration.h                               const int16_t *src, ptrdiff_t srcstride,
int16_t            62 libde265-1.0.3/libde265/acceleration.h                                 const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            68 libde265-1.0.3/libde265/acceleration.h                              const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            72 libde265-1.0.3/libde265/acceleration.h                            const int16_t *src, ptrdiff_t srcstride,
int16_t            76 libde265-1.0.3/libde265/acceleration.h                          const int16_t *src, ptrdiff_t srcstride,
int16_t            80 libde265-1.0.3/libde265/acceleration.h                            const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            87 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_8)(int16_t *dst, ptrdiff_t dststride,
int16_t            89 libde265-1.0.3/libde265/acceleration.h                           int mx, int my, int16_t* mcbuffer);
int16_t            90 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_h_8)(int16_t *dst, ptrdiff_t dststride,
int16_t            92 libde265-1.0.3/libde265/acceleration.h                             int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t            93 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_v_8)(int16_t *dst, ptrdiff_t dststride,
int16_t            95 libde265-1.0.3/libde265/acceleration.h                             int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t            96 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_hv_8)(int16_t *dst, ptrdiff_t dststride,
int16_t            98 libde265-1.0.3/libde265/acceleration.h                              int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t           100 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_qpel_8[4][4])(int16_t *dst, ptrdiff_t dststride,
int16_t           102 libde265-1.0.3/libde265/acceleration.h                                 int16_t* mcbuffer);
int16_t           105 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_16)(int16_t *dst, ptrdiff_t dststride,
int16_t           107 libde265-1.0.3/libde265/acceleration.h                            int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t           108 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_h_16)(int16_t *dst, ptrdiff_t dststride,
int16_t           110 libde265-1.0.3/libde265/acceleration.h                             int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t           111 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_v_16)(int16_t *dst, ptrdiff_t dststride,
int16_t           113 libde265-1.0.3/libde265/acceleration.h                              int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t           114 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_epel_hv_16)(int16_t *dst, ptrdiff_t dststride,
int16_t           116 libde265-1.0.3/libde265/acceleration.h                               int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t           118 libde265-1.0.3/libde265/acceleration.h   void (*put_hevc_qpel_16[4][4])(int16_t *dst, ptrdiff_t dststride,
int16_t           120 libde265-1.0.3/libde265/acceleration.h                                  int16_t* mcbuffer, int bit_depth);
int16_t           123 libde265-1.0.3/libde265/acceleration.h   void put_hevc_epel(int16_t *dst, ptrdiff_t dststride,
int16_t           125 libde265-1.0.3/libde265/acceleration.h                      int mx, int my, int16_t* mcbuffer, int bit_depth) const;
int16_t           126 libde265-1.0.3/libde265/acceleration.h   void put_hevc_epel_h(int16_t *dst, ptrdiff_t dststride,
int16_t           128 libde265-1.0.3/libde265/acceleration.h                        int mx, int my, int16_t* mcbuffer, int bit_depth) const;
int16_t           129 libde265-1.0.3/libde265/acceleration.h   void put_hevc_epel_v(int16_t *dst, ptrdiff_t dststride,
int16_t           131 libde265-1.0.3/libde265/acceleration.h                        int mx, int my, int16_t* mcbuffer, int bit_depth) const;
int16_t           132 libde265-1.0.3/libde265/acceleration.h   void put_hevc_epel_hv(int16_t *dst, ptrdiff_t dststride,
int16_t           134 libde265-1.0.3/libde265/acceleration.h                         int mx, int my, int16_t* mcbuffer, int bit_depth) const;
int16_t           136 libde265-1.0.3/libde265/acceleration.h   void put_hevc_qpel(int16_t *dst, ptrdiff_t dststride,
int16_t           138 libde265-1.0.3/libde265/acceleration.h                      int16_t* mcbuffer, int dX,int dY, int bit_depth) const;
int16_t           143 libde265-1.0.3/libde265/acceleration.h   void (*transform_bypass)(int32_t *residual, const int16_t *coeffs, int nT);
int16_t           144 libde265-1.0.3/libde265/acceleration.h   void (*transform_bypass_rdpcm_v)(int32_t *r, const int16_t *coeffs, int nT);
int16_t           145 libde265-1.0.3/libde265/acceleration.h   void (*transform_bypass_rdpcm_h)(int32_t *r, const int16_t *coeffs, int nT);
int16_t           149 libde265-1.0.3/libde265/acceleration.h   void (*transform_skip_8)(uint8_t *_dst, const int16_t *coeffs, ptrdiff_t _stride); // no transform
int16_t           150 libde265-1.0.3/libde265/acceleration.h   void (*transform_skip_rdpcm_v_8)(uint8_t *_dst, const int16_t *coeffs, int nT, ptrdiff_t _stride);
int16_t           151 libde265-1.0.3/libde265/acceleration.h   void (*transform_skip_rdpcm_h_8)(uint8_t *_dst, const int16_t *coeffs, int nT, ptrdiff_t _stride);
int16_t           152 libde265-1.0.3/libde265/acceleration.h   void (*transform_4x4_dst_add_8)(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride); // iDST
int16_t           153 libde265-1.0.3/libde265/acceleration.h   void (*transform_add_8[4])(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride); // iDCT
int16_t           157 libde265-1.0.3/libde265/acceleration.h   void (*transform_skip_16)(uint16_t *_dst, const int16_t *coeffs, ptrdiff_t _stride, int bit_depth); // no transform
int16_t           158 libde265-1.0.3/libde265/acceleration.h   void (*transform_4x4_dst_add_16)(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth); // iDST
int16_t           159 libde265-1.0.3/libde265/acceleration.h   void (*transform_add_16[4])(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth); // iDCT
int16_t           162 libde265-1.0.3/libde265/acceleration.h   void (*rotate_coefficients)(int16_t *coeff, int nT);
int16_t           164 libde265-1.0.3/libde265/acceleration.h   void (*transform_idst_4x4)(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t           165 libde265-1.0.3/libde265/acceleration.h   void (*transform_idct_4x4)(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t           166 libde265-1.0.3/libde265/acceleration.h   void (*transform_idct_8x8)(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t           167 libde265-1.0.3/libde265/acceleration.h   void (*transform_idct_16x16)(int32_t *dst,const int16_t *coeffs,int bdShift, int max_coeff_bits);
int16_t           168 libde265-1.0.3/libde265/acceleration.h   void (*transform_idct_32x32)(int32_t *dst,const int16_t *coeffs,int bdShift, int max_coeff_bits);
int16_t           175 libde265-1.0.3/libde265/acceleration.h   void (*rdpcm_v)(int32_t* residual, const int16_t* coeffs, int nT,int tsShift,int bdShift);
int16_t           176 libde265-1.0.3/libde265/acceleration.h   void (*rdpcm_h)(int32_t* residual, const int16_t* coeffs, int nT,int tsShift,int bdShift);
int16_t           178 libde265-1.0.3/libde265/acceleration.h   void (*transform_skip_residual)(int32_t *residual, const int16_t *coeffs, int nT,
int16_t           182 libde265-1.0.3/libde265/acceleration.h   template <class pixel_t> void transform_skip(pixel_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth) const;
int16_t           183 libde265-1.0.3/libde265/acceleration.h   template <class pixel_t> void transform_skip_rdpcm_v(pixel_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth) const;
int16_t           184 libde265-1.0.3/libde265/acceleration.h   template <class pixel_t> void transform_skip_rdpcm_h(pixel_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth) const;
int16_t           185 libde265-1.0.3/libde265/acceleration.h   template <class pixel_t> void transform_4x4_dst_add(pixel_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth) const;
int16_t           186 libde265-1.0.3/libde265/acceleration.h   template <class pixel_t> void transform_add(int sizeIdx, pixel_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth) const;
int16_t           192 libde265-1.0.3/libde265/acceleration.h   void (*fwd_transform_4x4_dst_8)(int16_t *coeffs, const int16_t* src, ptrdiff_t stride); // fDST
int16_t           195 libde265-1.0.3/libde265/acceleration.h   void (*fwd_transform_8[4])     (int16_t *coeffs, const int16_t *src, ptrdiff_t stride); // fDCT
int16_t           200 libde265-1.0.3/libde265/acceleration.h   void (*hadamard_transform_8[4])     (int16_t *coeffs, const int16_t *src, ptrdiff_t stride);
int16_t           245 libde265-1.0.3/libde265/acceleration.h                                                           const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t           256 libde265-1.0.3/libde265/acceleration.h                                                         const int16_t *src, ptrdiff_t srcstride,
int16_t           267 libde265-1.0.3/libde265/acceleration.h                                                       const int16_t *src, ptrdiff_t srcstride,
int16_t           279 libde265-1.0.3/libde265/acceleration.h                                                         const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t           291 libde265-1.0.3/libde265/acceleration.h inline void acceleration_functions::put_hevc_epel(int16_t *dst, ptrdiff_t dststride,
int16_t           293 libde265-1.0.3/libde265/acceleration.h                                                   int mx, int my, int16_t* mcbuffer, int bit_depth) const
int16_t           301 libde265-1.0.3/libde265/acceleration.h inline void acceleration_functions::put_hevc_epel_h(int16_t *dst, ptrdiff_t dststride,
int16_t           303 libde265-1.0.3/libde265/acceleration.h                                                     int mx, int my, int16_t* mcbuffer, int bit_depth) const
int16_t           311 libde265-1.0.3/libde265/acceleration.h inline void acceleration_functions::put_hevc_epel_v(int16_t *dst, ptrdiff_t dststride,
int16_t           313 libde265-1.0.3/libde265/acceleration.h                                                     int mx, int my, int16_t* mcbuffer, int bit_depth) const
int16_t           321 libde265-1.0.3/libde265/acceleration.h inline void acceleration_functions::put_hevc_epel_hv(int16_t *dst, ptrdiff_t dststride,
int16_t           323 libde265-1.0.3/libde265/acceleration.h                                                      int mx, int my, int16_t* mcbuffer, int bit_depth) const
int16_t           331 libde265-1.0.3/libde265/acceleration.h inline void acceleration_functions::put_hevc_qpel(int16_t *dst, ptrdiff_t dststride,
int16_t           333 libde265-1.0.3/libde265/acceleration.h                                                   int16_t* mcbuffer, int dX,int dY, int bit_depth) const
int16_t           341 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_skip<uint8_t>(uint8_t *dst, const int16_t *coeffs,ptrdiff_t stride, int bit_depth) const { transform_skip_8(dst,coeffs,stride); }
int16_t           342 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_skip<uint16_t>(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth) const { transform_skip_16(dst,coeffs,stride, bit_depth); }
int16_t           344 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_skip_rdpcm_v<uint8_t>(uint8_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth) const { assert(bit_depth==8); transform_skip_rdpcm_v_8(dst,coeffs,nT,stride); }
int16_t           345 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_skip_rdpcm_h<uint8_t>(uint8_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth) const { assert(bit_depth==8); transform_skip_rdpcm_h_8(dst,coeffs,nT,stride); }
int16_t           346 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_skip_rdpcm_v<uint16_t>(uint16_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth) const { assert(false); /*transform_skip_rdpcm_v_8(dst,coeffs,nT,stride);*/ }
int16_t           347 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_skip_rdpcm_h<uint16_t>(uint16_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth) const { assert(false); /*transform_skip_rdpcm_h_8(dst,coeffs,nT,stride);*/ }
int16_t           350 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_4x4_dst_add<uint8_t>(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride,int bit_depth) const { transform_4x4_dst_add_8(dst,coeffs,stride); }
int16_t           351 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_4x4_dst_add<uint16_t>(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride,int bit_depth) const { transform_4x4_dst_add_16(dst,coeffs,stride,bit_depth); }
int16_t           353 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_add<uint8_t>(int sizeIdx, uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth) const { transform_add_8[sizeIdx](dst,coeffs,stride); }
int16_t           354 libde265-1.0.3/libde265/acceleration.h template <> inline void acceleration_functions::transform_add<uint16_t>(int sizeIdx, uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth) const { transform_add_16[sizeIdx](dst,coeffs,stride,bit_depth); }
int16_t            30 libde265-1.0.3/libde265/arm/arm.cc     extern "C" void ff_##name(int16_t *dst, ptrdiff_t dststride, const uint8_t *src, ptrdiff_t srcstride, \
int16_t            32 libde265-1.0.3/libde265/arm/arm.cc     void libde265_##name(int16_t *dst, ptrdiff_t dststride, const uint8_t *src, ptrdiff_t srcstride, \
int16_t            33 libde265-1.0.3/libde265/arm/arm.cc                                    int width, int height, int16_t* mcbuffer) { \
int16_t            35 libde265-1.0.3/libde265/cabac.h   int16_t  bits_needed;
int16_t           138 libde265-1.0.3/libde265/decctx.cc     coeffBuf = (int16_t *) (((uint8_t *)_coeffBuf) + (16-offset));
int16_t           141 libde265-1.0.3/libde265/decctx.cc   memset(coeffBuf, 0, 32*32*sizeof(int16_t));
int16_t            84 libde265-1.0.3/libde265/decctx.h   int16_t _coeffBuf[(32*32)+8];
int16_t            85 libde265-1.0.3/libde265/decctx.h   int16_t *coeffBuf; // the base pointer for into _coeffBuf, aligned to 16 bytes
int16_t            87 libde265-1.0.3/libde265/decctx.h   int16_t coeffList[3][32*32];
int16_t            88 libde265-1.0.3/libde265/decctx.h   int16_t coeffPos[3][32*32];
int16_t            89 libde265-1.0.3/libde265/decctx.h   int16_t nCoeff[3];
int16_t           103 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.cc         int16_t coeffs[64*64];
int16_t           104 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.cc         int16_t diff[64*64];
int16_t           117 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.cc         void (*transform)(int16_t *coeffs, const int16_t *src, ptrdiff_t stride);
int16_t            80 libde265-1.0.3/libde265/encoder/algo/tb-split.cc void diff_blk(int16_t* out,int out_stride,
int16_t           116 libde265-1.0.3/libde265/encoder/algo/tb-split.cc   tb->residual[cIdx] = std::make_shared<small_image_buffer>(log2Size, sizeof(int16_t));
int16_t            35 libde265-1.0.3/libde265/encoder/algo/tb-transform.cc void diff_blk(int16_t* out,int out_stride,
int16_t            48 libde265-1.0.3/libde265/encoder/algo/tb-transform.cc static bool has_nonzero_value(const int16_t* data, int n)
int16_t            73 libde265-1.0.3/libde265/encoder/algo/tb-transform.cc   int16_t blk[32*32]; // residual
int16_t            74 libde265-1.0.3/libde265/encoder/algo/tb-transform.cc   int16_t* residual;
int16_t            43 libde265-1.0.3/libde265/encoder/algo/tb-transform.h void diff_blk(int16_t* out,int out_stride,
int16_t           591 libde265-1.0.3/libde265/encoder/encoder-syntax.cc                               const int16_t* coeff, int log2TrafoSize,
int16_t           624 libde265-1.0.3/libde265/encoder/encoder-syntax.cc bool subblock_has_nonzero_coefficient(const int16_t* coeff, int coeffStride,
int16_t           742 libde265-1.0.3/libde265/encoder/encoder-syntax.cc   int16_t* coeff = tb->coeff[cIdx];
int16_t           886 libde265-1.0.3/libde265/encoder/encoder-syntax.cc     int16_t  coeff_value[16];
int16_t           887 libde265-1.0.3/libde265/encoder/encoder-syntax.cc     int16_t  coeff_baseLevel[16];
int16_t          1122 libde265-1.0.3/libde265/encoder/encoder-syntax.cc         int16_t currCoeff = baseLevel + coeff_abs_level_remaining;
int16_t          1363 libde265-1.0.3/libde265/encoder/encoder-syntax.cc                 const int16_t mvd[2])
int16_t           115 libde265-1.0.3/libde265/encoder/encoder-types.cc   coeff[cIdx] = new int16_t[tbSize*tbSize];
int16_t           187 libde265-1.0.3/libde265/encoder/encoder-types.cc       ALIGNED_16(int16_t) dequant_coeff[32*32];
int16_t            44 libde265-1.0.3/libde265/encoder/encoder-types.h   int16_t*  get_buffer_s16() const { return (int16_t*)mBuf; }
int16_t           176 libde265-1.0.3/libde265/encoder/encoder-types.h       int16_t* coeff[3];
int16_t            33 libde265-1.0.3/libde265/fallback-dct.cc static void printMatrix(const char* name, const int16_t* v, int n)
int16_t            46 libde265-1.0.3/libde265/fallback-dct.cc void transform_skip_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride)
int16_t            63 libde265-1.0.3/libde265/fallback-dct.cc void transform_skip_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth)
int16_t            80 libde265-1.0.3/libde265/fallback-dct.cc void transform_skip_residual_fallback(int32_t *residual, const int16_t *coeffs, int nT,
int16_t            93 libde265-1.0.3/libde265/fallback-dct.cc void transform_skip_rdpcm_v_8_fallback(uint8_t *dst, const int16_t *coeffs, int log2nT, ptrdiff_t stride)
int16_t           113 libde265-1.0.3/libde265/fallback-dct.cc void transform_skip_rdpcm_h_8_fallback(uint8_t *dst, const int16_t *coeffs, int log2nT, ptrdiff_t stride)
int16_t           134 libde265-1.0.3/libde265/fallback-dct.cc void transform_bypass_rdpcm_v_8_fallback(uint8_t *dst, const int16_t *coeffs,int nT,ptrdiff_t stride)
int16_t           147 libde265-1.0.3/libde265/fallback-dct.cc void transform_bypass_rdpcm_h_8_fallback(uint8_t *dst, const int16_t *coeffs,int nT,ptrdiff_t stride)
int16_t           160 libde265-1.0.3/libde265/fallback-dct.cc void transform_bypass_rdpcm_v_fallback(int32_t *dst, const int16_t *coeffs,int nT)
int16_t           173 libde265-1.0.3/libde265/fallback-dct.cc void transform_bypass_rdpcm_h_fallback(int32_t *dst, const int16_t *coeffs,int nT)
int16_t           186 libde265-1.0.3/libde265/fallback-dct.cc void rdpcm_v_fallback(int32_t* residual, const int16_t* coeffs, int nT,int tsShift,int bdShift)
int16_t           201 libde265-1.0.3/libde265/fallback-dct.cc void rdpcm_h_fallback(int32_t* residual, const int16_t* coeffs, int nT,int tsShift,int bdShift)
int16_t           216 libde265-1.0.3/libde265/fallback-dct.cc void transform_bypass_fallback(int32_t *dst, const int16_t *coeffs, int nT)
int16_t           227 libde265-1.0.3/libde265/fallback-dct.cc void transform_bypass_8_fallback(uint8_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride)
int16_t           238 libde265-1.0.3/libde265/fallback-dct.cc void transform_bypass_16_fallback(uint16_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth)
int16_t           251 libde265-1.0.3/libde265/fallback-dct.cc void rotate_coefficients_fallback(int16_t *coeff, int nT)
int16_t           270 libde265-1.0.3/libde265/fallback-dct.cc void transform_4x4_luma_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride)
int16_t           272 libde265-1.0.3/libde265/fallback-dct.cc   int16_t g[4][4];
int16_t           340 libde265-1.0.3/libde265/fallback-dct.cc void transform_4x4_luma_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride,
int16_t           343 libde265-1.0.3/libde265/fallback-dct.cc   int16_t g[4][4];
int16_t           411 libde265-1.0.3/libde265/fallback-dct.cc void fdst_4x4_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t           413 libde265-1.0.3/libde265/fallback-dct.cc   int16_t g[4*4];
int16_t           470 libde265-1.0.3/libde265/fallback-dct.cc void transform_idst_4x4_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits)
int16_t           472 libde265-1.0.3/libde265/fallback-dct.cc   int16_t g[4][4];
int16_t           553 libde265-1.0.3/libde265/fallback-dct.cc                         int nT, const int16_t *coeffs, int bit_depth)
int16_t           576 libde265-1.0.3/libde265/fallback-dct.cc   int16_t g[32*32];  // actually, only [nT*nT] used
int16_t           696 libde265-1.0.3/libde265/fallback-dct.cc void transform_idct_fallback(int32_t *dst, int nT, const int16_t *coeffs, int bdShift, int max_coeff_bits)
int16_t           723 libde265-1.0.3/libde265/fallback-dct.cc   int16_t g[32*32];  // actually, only [nT*nT] used
int16_t           840 libde265-1.0.3/libde265/fallback-dct.cc void transform_idct_4x4_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits)
int16_t           845 libde265-1.0.3/libde265/fallback-dct.cc void transform_idct_8x8_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits)
int16_t           850 libde265-1.0.3/libde265/fallback-dct.cc void transform_idct_16x16_fallback(int32_t *dst, const int16_t *coeffs,
int16_t           856 libde265-1.0.3/libde265/fallback-dct.cc void transform_idct_32x32_fallback(int32_t *dst, const int16_t *coeffs,
int16_t           865 libde265-1.0.3/libde265/fallback-dct.cc void transform_4x4_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride)
int16_t           870 libde265-1.0.3/libde265/fallback-dct.cc void transform_8x8_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride)
int16_t           875 libde265-1.0.3/libde265/fallback-dct.cc void transform_16x16_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride)
int16_t           880 libde265-1.0.3/libde265/fallback-dct.cc void transform_32x32_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride)
int16_t           886 libde265-1.0.3/libde265/fallback-dct.cc void transform_4x4_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth)
int16_t           891 libde265-1.0.3/libde265/fallback-dct.cc void transform_8x8_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth)
int16_t           896 libde265-1.0.3/libde265/fallback-dct.cc void transform_16x16_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth)
int16_t           901 libde265-1.0.3/libde265/fallback-dct.cc void transform_32x32_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth)
int16_t           907 libde265-1.0.3/libde265/fallback-dct.cc static void transform_fdct_8(int16_t* coeffs, int nT,
int16_t           908 libde265-1.0.3/libde265/fallback-dct.cc                              const int16_t *input, ptrdiff_t stride)
int16_t           951 libde265-1.0.3/libde265/fallback-dct.cc   int16_t g[32*32];  // actually, only [nT*nT] used
int16_t           984 libde265-1.0.3/libde265/fallback-dct.cc void fdct_4x4_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t           989 libde265-1.0.3/libde265/fallback-dct.cc void fdct_8x8_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t           994 libde265-1.0.3/libde265/fallback-dct.cc void fdct_16x16_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t           999 libde265-1.0.3/libde265/fallback-dct.cc void fdct_32x32_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t          1007 libde265-1.0.3/libde265/fallback-dct.cc void hadamard_transform_8(int16_t *coeffs, int n, const int16_t *input, ptrdiff_t stride)
int16_t          1009 libde265-1.0.3/libde265/fallback-dct.cc   int16_t tmp[32*32];
int16_t          1015 libde265-1.0.3/libde265/fallback-dct.cc   int16_t am[32],bm[32];
int16_t          1016 libde265-1.0.3/libde265/fallback-dct.cc   int16_t *a = am, *b = bm;
int16_t          1084 libde265-1.0.3/libde265/fallback-dct.cc void hadamard_4x4_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t          1086 libde265-1.0.3/libde265/fallback-dct.cc   int16_t tmp[4*4];
int16_t          1092 libde265-1.0.3/libde265/fallback-dct.cc   int16_t a[4];
int16_t          1126 libde265-1.0.3/libde265/fallback-dct.cc void hadamard_8x8_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t          1128 libde265-1.0.3/libde265/fallback-dct.cc   int16_t tmp[8*8];
int16_t          1134 libde265-1.0.3/libde265/fallback-dct.cc   int16_t a[8],b[8];
int16_t          1202 libde265-1.0.3/libde265/fallback-dct.cc void hadamard_16x16_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t          1207 libde265-1.0.3/libde265/fallback-dct.cc void hadamard_32x32_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride)
int16_t            32 libde265-1.0.3/libde265/fallback-dct.h void transform_skip_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            33 libde265-1.0.3/libde265/fallback-dct.h void transform_bypass_fallback(int32_t *r, const int16_t *coeffs, int nT);
int16_t            35 libde265-1.0.3/libde265/fallback-dct.h void transform_skip_rdpcm_v_8_fallback(uint8_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride);
int16_t            36 libde265-1.0.3/libde265/fallback-dct.h void transform_skip_rdpcm_h_8_fallback(uint8_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride);
int16_t            37 libde265-1.0.3/libde265/fallback-dct.h void transform_bypass_rdpcm_v_fallback(int32_t *r, const int16_t *coeffs,int nT);
int16_t            38 libde265-1.0.3/libde265/fallback-dct.h void transform_bypass_rdpcm_h_fallback(int32_t *r, const int16_t *coeffs,int nT);
int16_t            40 libde265-1.0.3/libde265/fallback-dct.h void transform_4x4_luma_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            41 libde265-1.0.3/libde265/fallback-dct.h void transform_4x4_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            42 libde265-1.0.3/libde265/fallback-dct.h void transform_8x8_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            43 libde265-1.0.3/libde265/fallback-dct.h void transform_16x16_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            44 libde265-1.0.3/libde265/fallback-dct.h void transform_32x32_add_8_fallback(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            47 libde265-1.0.3/libde265/fallback-dct.h void transform_skip_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth);
int16_t            48 libde265-1.0.3/libde265/fallback-dct.h void transform_bypass_16_fallback(uint16_t *dst, const int16_t *coeffs, int nT, ptrdiff_t stride, int bit_depth);
int16_t            50 libde265-1.0.3/libde265/fallback-dct.h void transform_4x4_luma_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth);
int16_t            51 libde265-1.0.3/libde265/fallback-dct.h void transform_4x4_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth);
int16_t            52 libde265-1.0.3/libde265/fallback-dct.h void transform_8x8_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth);
int16_t            53 libde265-1.0.3/libde265/fallback-dct.h void transform_16x16_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth);
int16_t            54 libde265-1.0.3/libde265/fallback-dct.h void transform_32x32_add_16_fallback(uint16_t *dst, const int16_t *coeffs, ptrdiff_t stride, int bit_depth);
int16_t            56 libde265-1.0.3/libde265/fallback-dct.h void rotate_coefficients_fallback(int16_t *coeff, int nT);
int16_t            59 libde265-1.0.3/libde265/fallback-dct.h void transform_idst_4x4_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t            60 libde265-1.0.3/libde265/fallback-dct.h void transform_idct_4x4_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t            61 libde265-1.0.3/libde265/fallback-dct.h void transform_idct_8x8_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t            62 libde265-1.0.3/libde265/fallback-dct.h void transform_idct_16x16_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t            63 libde265-1.0.3/libde265/fallback-dct.h void transform_idct_32x32_fallback(int32_t *dst, const int16_t *coeffs, int bdShift, int max_coeff_bits);
int16_t            76 libde265-1.0.3/libde265/fallback-dct.h void rdpcm_v_fallback(int32_t* residual, const int16_t* coeffs, int nT, int tsShift,int bdShift);
int16_t            77 libde265-1.0.3/libde265/fallback-dct.h void rdpcm_h_fallback(int32_t* residual, const int16_t* coeffs, int nT, int tsShift,int bdShift);
int16_t            79 libde265-1.0.3/libde265/fallback-dct.h void transform_skip_residual_fallback(int32_t *residual, const int16_t *coeffs, int nT,
int16_t            85 libde265-1.0.3/libde265/fallback-dct.h void fdst_4x4_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            86 libde265-1.0.3/libde265/fallback-dct.h void fdct_4x4_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            87 libde265-1.0.3/libde265/fallback-dct.h void fdct_8x8_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            88 libde265-1.0.3/libde265/fallback-dct.h void fdct_16x16_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            89 libde265-1.0.3/libde265/fallback-dct.h void fdct_32x32_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            91 libde265-1.0.3/libde265/fallback-dct.h void hadamard_4x4_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            92 libde265-1.0.3/libde265/fallback-dct.h void hadamard_8x8_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            93 libde265-1.0.3/libde265/fallback-dct.h void hadamard_16x16_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            94 libde265-1.0.3/libde265/fallback-dct.h void hadamard_32x32_8_fallback(int16_t *coeffs, const int16_t *input, ptrdiff_t stride);
int16_t            34 libde265-1.0.3/libde265/fallback-motion.cc                                     const int16_t *src, ptrdiff_t srcstride,
int16_t            43 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in  = &src[y*srcstride];
int16_t            56 libde265-1.0.3/libde265/fallback-motion.cc                                   const int16_t *src, ptrdiff_t srcstride,
int16_t            65 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in  = &src[y*srcstride];
int16_t            76 libde265-1.0.3/libde265/fallback-motion.cc                                     const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            85 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in1 = &src1[y*srcstride];
int16_t            86 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in2 = &src2[y*srcstride];
int16_t            98 libde265-1.0.3/libde265/fallback-motion.cc                                       const int16_t *src1, const int16_t *src2,
int16_t           112 libde265-1.0.3/libde265/fallback-motion.cc     int16_t* in1 = &src1[y*srcstride];
int16_t           113 libde265-1.0.3/libde265/fallback-motion.cc     int16_t* in2 = &src2[y*srcstride];
int16_t           126 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* in1 = &src1[y*srcstride];
int16_t           127 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* in2 = &src2[y*srcstride];
int16_t           147 libde265-1.0.3/libde265/fallback-motion.cc         const int16_t* in1 = &src1[y*srcstride];
int16_t           148 libde265-1.0.3/libde265/fallback-motion.cc         const int16_t* in2 = &src2[y*srcstride];
int16_t           165 libde265-1.0.3/libde265/fallback-motion.cc                                      const int16_t *src, ptrdiff_t srcstride,
int16_t           175 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in  = &src[y*srcstride];
int16_t           189 libde265-1.0.3/libde265/fallback-motion.cc                                    const int16_t *src, ptrdiff_t srcstride,
int16_t           198 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in  = &src[y*srcstride];
int16_t           209 libde265-1.0.3/libde265/fallback-motion.cc                                      const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t           218 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in1 = &src1[y*srcstride];
int16_t           219 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in2 = &src2[y*srcstride];
int16_t           231 libde265-1.0.3/libde265/fallback-motion.cc                                        const int16_t *src1, const int16_t *src2,
int16_t           241 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in1 = &src1[y*srcstride];
int16_t           242 libde265-1.0.3/libde265/fallback-motion.cc     const int16_t* in2 = &src2[y*srcstride];
int16_t           257 libde265-1.0.3/libde265/fallback-motion.cc void put_epel_8_fallback(int16_t *out, ptrdiff_t out_stride,
int16_t           260 libde265-1.0.3/libde265/fallback-motion.cc                          int mx, int my, int16_t* mcbuffer)
int16_t           265 libde265-1.0.3/libde265/fallback-motion.cc     int16_t* o = &out[y*out_stride];
int16_t           277 libde265-1.0.3/libde265/fallback-motion.cc void put_epel_16_fallback(int16_t *out, ptrdiff_t out_stride,
int16_t           280 libde265-1.0.3/libde265/fallback-motion.cc                           int mx, int my, int16_t* mcbuffer, int bit_depth)
int16_t           285 libde265-1.0.3/libde265/fallback-motion.cc     int16_t* o = &out[y*out_stride];
int16_t           298 libde265-1.0.3/libde265/fallback-motion.cc void put_epel_hv_fallback(int16_t *dst, ptrdiff_t dst_stride,
int16_t           301 libde265-1.0.3/libde265/fallback-motion.cc                           int xFracC, int yFracC, int16_t* mcbuffer, int bit_depth)
int16_t           315 libde265-1.0.3/libde265/fallback-motion.cc   int16_t* tmp2buf = (int16_t*)alloca( nPbWC      * nPbH_extra * sizeof(int16_t) );
int16_t           346 libde265-1.0.3/libde265/fallback-motion.cc       int16_t v;
int16_t           374 libde265-1.0.3/libde265/fallback-motion.cc     int16_t* p = &tmp2buf[x*nPbH_extra];
int16_t           377 libde265-1.0.3/libde265/fallback-motion.cc       int16_t v;
int16_t           411 libde265-1.0.3/libde265/fallback-motion.cc void put_epel_hv_fallback<uint8_t>(int16_t *dst, ptrdiff_t dst_stride,
int16_t           414 libde265-1.0.3/libde265/fallback-motion.cc                                    int xFracC, int yFracC, int16_t* mcbuffer, int bit_depth);
int16_t           416 libde265-1.0.3/libde265/fallback-motion.cc void put_epel_hv_fallback<uint16_t>(int16_t *dst, ptrdiff_t dst_stride,
int16_t           419 libde265-1.0.3/libde265/fallback-motion.cc                                     int xFracC, int yFracC, int16_t* mcbuffer, int bit_depth);
int16_t           423 libde265-1.0.3/libde265/fallback-motion.cc void put_qpel_0_0_fallback(int16_t *out, ptrdiff_t out_stride,
int16_t           425 libde265-1.0.3/libde265/fallback-motion.cc                            int nPbW, int nPbH, int16_t* mcbuffer)
int16_t           434 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = out + out_stride*y;
int16_t           439 libde265-1.0.3/libde265/fallback-motion.cc         int16_t o0,o1,o2,o3;
int16_t           456 libde265-1.0.3/libde265/fallback-motion.cc void put_qpel_0_0_fallback_16(int16_t *out, ptrdiff_t out_stride,
int16_t           458 libde265-1.0.3/libde265/fallback-motion.cc                               int nPbW, int nPbH, int16_t* mcbuffer, int bit_depth)
int16_t           468 libde265-1.0.3/libde265/fallback-motion.cc     int16_t* o = out + out_stride*y;
int16_t           482 libde265-1.0.3/libde265/fallback-motion.cc void put_qpel_fallback(int16_t *out, ptrdiff_t out_stride,
int16_t           484 libde265-1.0.3/libde265/fallback-motion.cc                        int nPbW, int nPbH, int16_t* mcbuffer,
int16_t           505 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &mcbuffer[y+extra_top];
int16_t           517 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &mcbuffer[y+extra_top];
int16_t           529 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &mcbuffer[y+extra_top];
int16_t           541 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &mcbuffer[y+extra_top];
int16_t           569 libde265-1.0.3/libde265/fallback-motion.cc       const int16_t* p = &mcbuffer[x*nPbH_extra];
int16_t           570 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &out[x];
int16_t           581 libde265-1.0.3/libde265/fallback-motion.cc       const int16_t* p = &mcbuffer[x*nPbH_extra];
int16_t           582 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &out[x];
int16_t           593 libde265-1.0.3/libde265/fallback-motion.cc       const int16_t* p = &mcbuffer[x*nPbH_extra];
int16_t           594 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &out[x];
int16_t           605 libde265-1.0.3/libde265/fallback-motion.cc       const int16_t* p = &mcbuffer[x*nPbH_extra];
int16_t           606 libde265-1.0.3/libde265/fallback-motion.cc       int16_t* o = &out[x];
int16_t           629 libde265-1.0.3/libde265/fallback-motion.cc #define QPEL(x,y) void put_qpel_ ## x ## _ ## y ## _fallback(int16_t *out, ptrdiff_t out_stride,    \
int16_t           631 libde265-1.0.3/libde265/fallback-motion.cc                                                              int nPbW, int nPbH, int16_t* mcbuffer) \
int16_t           635 libde265-1.0.3/libde265/fallback-motion.cc #define QPEL16(x,y) void put_qpel_ ## x ## _ ## y ## _fallback_16(int16_t *out, ptrdiff_t out_stride,    \
int16_t           637 libde265-1.0.3/libde265/fallback-motion.cc                                                                   int nPbW, int nPbH, int16_t* mcbuffer, int bit_depth) \
int16_t            29 libde265-1.0.3/libde265/fallback-motion.h                                       const int16_t *src1, const int16_t *src2,
int16_t            34 libde265-1.0.3/libde265/fallback-motion.h                                     const int16_t *src, ptrdiff_t srcstride,
int16_t            38 libde265-1.0.3/libde265/fallback-motion.h                                   const int16_t *src, ptrdiff_t srcstride,
int16_t            42 libde265-1.0.3/libde265/fallback-motion.h                                     const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            47 libde265-1.0.3/libde265/fallback-motion.h                                        const int16_t *src1, const int16_t *src2,
int16_t            52 libde265-1.0.3/libde265/fallback-motion.h                                      const int16_t *src, ptrdiff_t srcstride,
int16_t            56 libde265-1.0.3/libde265/fallback-motion.h                                    const int16_t *src, ptrdiff_t srcstride,
int16_t            60 libde265-1.0.3/libde265/fallback-motion.h                                      const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t            66 libde265-1.0.3/libde265/fallback-motion.h void put_epel_8_fallback(int16_t *dst, ptrdiff_t dststride,
int16_t            69 libde265-1.0.3/libde265/fallback-motion.h                          int mx, int my, int16_t* mcbuffer);
int16_t            71 libde265-1.0.3/libde265/fallback-motion.h void put_epel_16_fallback(int16_t *out, ptrdiff_t out_stride,
int16_t            74 libde265-1.0.3/libde265/fallback-motion.h                           int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t            77 libde265-1.0.3/libde265/fallback-motion.h void put_epel_hv_fallback(int16_t *dst, ptrdiff_t dststride,
int16_t            80 libde265-1.0.3/libde265/fallback-motion.h                           int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t            83 libde265-1.0.3/libde265/fallback-motion.h #define QPEL(x,y) void put_qpel_ ## x ## _ ## y ## _fallback(int16_t *out, ptrdiff_t out_stride, \
int16_t            85 libde265-1.0.3/libde265/fallback-motion.h                            int nPbW, int nPbH, int16_t* mcbuffer)
int16_t            94 libde265-1.0.3/libde265/fallback-motion.h #define QPEL(x,y) void put_qpel_ ## x ## _ ## y ## _fallback_16(int16_t *out, ptrdiff_t out_stride, \
int16_t            96 libde265-1.0.3/libde265/fallback-motion.h                            int nPbW, int nPbH, int16_t* mcbuffer, int bit_depth)
int16_t            53 libde265-1.0.3/libde265/motion.cc              int16_t* out, int out_stride,
int16_t            72 libde265-1.0.3/libde265/motion.cc   ALIGNED_16(int16_t) mcbuffer[MAX_CU_SIZE * (MAX_CU_SIZE+7)];
int16_t           179 libde265-1.0.3/libde265/motion.cc                int16_t* out, int out_stride,
int16_t           201 libde265-1.0.3/libde265/motion.cc   ALIGNED_32(int16_t mcbuffer[MAX_CU_SIZE*(MAX_CU_SIZE+7)]);
int16_t           309 libde265-1.0.3/libde265/motion.cc   ALIGNED_16(int16_t) predSamplesL                 [2 /* LX */][MAX_CU_SIZE* MAX_CU_SIZE];
int16_t           310 libde265-1.0.3/libde265/motion.cc   ALIGNED_16(int16_t) predSamplesC[2 /* chroma */ ][2 /* LX */][MAX_CU_SIZE* MAX_CU_SIZE];
int16_t           501 libde265-1.0.3/libde265/motion.cc         int16_t* in0 = predSamplesL[0];
int16_t           502 libde265-1.0.3/libde265/motion.cc         int16_t* in1 = predSamplesL[1];
int16_t           507 libde265-1.0.3/libde265/motion.cc         int16_t* in00 = predSamplesC[0][0];
int16_t           508 libde265-1.0.3/libde265/motion.cc         int16_t* in01 = predSamplesC[0][1];
int16_t           509 libde265-1.0.3/libde265/motion.cc         int16_t* in10 = predSamplesC[1][0];
int16_t           510 libde265-1.0.3/libde265/motion.cc         int16_t* in11 = predSamplesC[1][1];
int16_t           545 libde265-1.0.3/libde265/motion.cc         int16_t* in0 = predSamplesL[0];
int16_t           546 libde265-1.0.3/libde265/motion.cc         int16_t* in1 = predSamplesL[1];
int16_t           554 libde265-1.0.3/libde265/motion.cc         int16_t* in00 = predSamplesC[0][0];
int16_t           555 libde265-1.0.3/libde265/motion.cc         int16_t* in01 = predSamplesC[0][1];
int16_t           556 libde265-1.0.3/libde265/motion.cc         int16_t* in10 = predSamplesC[1][0];
int16_t           557 libde265-1.0.3/libde265/motion.cc         int16_t* in11 = predSamplesC[1][1];
int16_t            32 libde265-1.0.3/libde265/motion.h   int16_t x,y;
int16_t            54 libde265-1.0.3/libde265/motion.h   int16_t mvd[2][2]; // [L0/L1][x/y]  (only in top left position - ???)
int16_t            35 libde265-1.0.3/libde265/refpic.h   int16_t DeltaPocS0[MAX_NUM_REF_PICS]; // sorted in decreasing order (e.g. -1, -2, -4, -7, ...)
int16_t            36 libde265-1.0.3/libde265/refpic.h   int16_t DeltaPocS1[MAX_NUM_REF_PICS]; // sorted in ascending order (e.g. 1, 2, 4, 7)
int16_t          3060 libde265-1.0.3/libde265/slice.cc   int16_t TransCoeffLevel[32 * 32];
int16_t          3112 libde265-1.0.3/libde265/slice.cc     int16_t  coeff_value[16];
int16_t          3384 libde265-1.0.3/libde265/slice.cc         int16_t currCoeff = baseLevel + coeff_abs_level_remaining;
int16_t           201 libde265-1.0.3/libde265/slice.h   int16_t LumaWeight[2][16];
int16_t           203 libde265-1.0.3/libde265/slice.h   int16_t ChromaWeight[2][16][2];
int16_t           206 libde265-1.0.3/libde265/transform.cc                             int16_t* coeff, int coeffStride, int nT, int trType,
int16_t           256 libde265-1.0.3/libde265/transform.cc                                      int16_t* coeff, int coeffStride, int nT, int trType,
int16_t           306 libde265-1.0.3/libde265/transform.cc                    uint8_t* dst, int dstStride, int16_t* coeff,
int16_t           331 libde265-1.0.3/libde265/transform.cc                    int16_t* coeff, int coeffStride, int log2TbSize, int trType,
int16_t           332 libde265-1.0.3/libde265/transform.cc                    const int16_t* src, int srcStride)
int16_t           373 libde265-1.0.3/libde265/transform.cc   int16_t* coeff;
int16_t           437 libde265-1.0.3/libde265/transform.cc       memset(coeff, 0, nT*nT*sizeof(int16_t)); // delete all, because we moved the coeffs around
int16_t           577 libde265-1.0.3/libde265/transform.cc         memset(coeff, 0, nT*nT*sizeof(int16_t)); // delete all, because we moved the coeffs around
int16_t           657 libde265-1.0.3/libde265/transform.cc                         int16_t* out_coeff,
int16_t           658 libde265-1.0.3/libde265/transform.cc                         const int16_t* in_coeff,
int16_t           700 libde265-1.0.3/libde265/transform.cc void dequant_coefficients(int16_t* out_coeff,
int16_t           701 libde265-1.0.3/libde265/transform.cc                           const int16_t* in_coeff,
int16_t            49 libde265-1.0.3/libde265/transform.h                    uint8_t* dst, int dstStride, int16_t* coeff,
int16_t            53 libde265-1.0.3/libde265/transform.h                    int16_t* coeff, int coeffStride, int log2TbSize, int trType,
int16_t            54 libde265-1.0.3/libde265/transform.h                    const int16_t* src, int srcStride);
int16_t            56 libde265-1.0.3/libde265/transform.h void quant_coefficients(int16_t* out_coeff,
int16_t            57 libde265-1.0.3/libde265/transform.h                         const int16_t* in_coeff,
int16_t            61 libde265-1.0.3/libde265/transform.h void dequant_coefficients(int16_t* out_coeff,
int16_t            62 libde265-1.0.3/libde265/transform.h                           const int16_t* in_coeff,
int16_t           181 libde265-1.0.3/libde265/util.cc void printBlk(const char* title, const int16_t* data, int blksize, int stride,
int16_t           223 libde265-1.0.3/libde265/util.h void printBlk(const char* title,const int16_t* data, int blksize, int stride, const std::string& prefix="  ");
int16_t            37 libde265-1.0.3/libde265/x86/sse-dct.cc ALIGNED_16(static const int16_t) transform4x4_luma[8][8] =
int16_t            49 libde265-1.0.3/libde265/x86/sse-dct.cc ALIGNED_16(static const int16_t) transform4x4[4][8] = {
int16_t            56 libde265-1.0.3/libde265/x86/sse-dct.cc ALIGNED_16(static const int16_t) transform8x8[12][8] =
int16_t            72 libde265-1.0.3/libde265/x86/sse-dct.cc ALIGNED_16(static const int16_t) transform16x16_1[4][8][8] =
int16_t           113 libde265-1.0.3/libde265/x86/sse-dct.cc ALIGNED_16(static const int16_t) transform16x16_2[2][4][8] =
int16_t           128 libde265-1.0.3/libde265/x86/sse-dct.cc ALIGNED_16(static const int16_t) transform16x16_3[2][2][8] =
int16_t           140 libde265-1.0.3/libde265/x86/sse-dct.cc ALIGNED_16(static const int16_t) transform32x32[8][16][8] =
int16_t           285 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_skip_8_sse(uint8_t *_dst, const int16_t *coeffs, ptrdiff_t _stride)
int16_t           345 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_4x4_luma_add_8_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t           353 libde265-1.0.3/libde265/x86/sse-dct.cc     const int16_t *src = coeffs;
int16_t           499 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_4x4_luma_add_10_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t           507 libde265-1.0.3/libde265/x86/sse-dct.cc     int16_t *src = coeffs;
int16_t           626 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_4x4_add_8_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t           633 libde265-1.0.3/libde265/x86/sse-dct.cc     const int16_t *src = coeffs;
int16_t           747 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_4x4_add_10_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t           755 libde265-1.0.3/libde265/x86/sse-dct.cc     int16_t *src = coeffs;
int16_t           842 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_8x8_add_8_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t           849 libde265-1.0.3/libde265/x86/sse-dct.cc     const int16_t *src = coeffs;
int16_t          1177 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_8x8_add_10_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t          1182 libde265-1.0.3/libde265/x86/sse-dct.cc     int16_t *src = coeffs;
int16_t          1492 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_16x16_add_8_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t          1499 libde265-1.0.3/libde265/x86/sse-dct.cc     const int16_t *src = coeffs;
int16_t          2249 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_16x16_add_10_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t          2254 libde265-1.0.3/libde265/x86/sse-dct.cc     int16_t *src = coeffs;
int16_t          2912 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_32x32_add_8_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t          2920 libde265-1.0.3/libde265/x86/sse-dct.cc     const int16_t *src = coeffs;
int16_t          5204 libde265-1.0.3/libde265/x86/sse-dct.cc void ff_hevc_transform_32x32_add_10_sse4(uint8_t *_dst, const int16_t *coeffs,
int16_t          5212 libde265-1.0.3/libde265/x86/sse-dct.cc     int16_t *src = coeffs;
int16_t            28 libde265-1.0.3/libde265/x86/sse-dct.h void ff_hevc_transform_skip_8_sse(uint8_t *_dst, const int16_t *coeffs, ptrdiff_t _stride);
int16_t            29 libde265-1.0.3/libde265/x86/sse-dct.h void ff_hevc_transform_4x4_luma_add_8_sse4(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            30 libde265-1.0.3/libde265/x86/sse-dct.h void ff_hevc_transform_4x4_add_8_sse4(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            31 libde265-1.0.3/libde265/x86/sse-dct.h void ff_hevc_transform_8x8_add_8_sse4(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            32 libde265-1.0.3/libde265/x86/sse-dct.h void ff_hevc_transform_16x16_add_8_sse4(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            33 libde265-1.0.3/libde265/x86/sse-dct.h void ff_hevc_transform_32x32_add_8_sse4(uint8_t *dst, const int16_t *coeffs, ptrdiff_t stride);
int16_t            93 libde265-1.0.3/libde265/x86/sse-motion.cc                                        const int16_t *src, ptrdiff_t srcstride,
int16_t           177 libde265-1.0.3/libde265/x86/sse-motion.cc                                      const int16_t *src, ptrdiff_t srcstride,
int16_t           185 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t offset = 1 << (shift - 1);
int16_t           187 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t offset = 0;
int16_t           212 libde265-1.0.3/libde265/x86/sse-motion.cc                                          const int16_t *src1, const int16_t *src2,
int16_t           317 libde265-1.0.3/libde265/x86/sse-motion.cc                                        const int16_t *src1, const int16_t *src2,
int16_t           356 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_weighted_pred_8_sse4(uint8_t denom, int16_t wlxFlag, int16_t olxFlag,
int16_t           358 libde265-1.0.3/libde265/x86/sse-motion.cc                                   const int16_t *src, ptrdiff_t srcstride,
int16_t           598 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_weighted_pred_sse(uint8_t denom, int16_t wlxFlag, int16_t olxFlag,
int16_t           600 libde265-1.0.3/libde265/x86/sse-motion.cc                                const int16_t *src, ptrdiff_t srcstride,
int16_t           684 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_weighted_pred_avg_8_sse4(uint8_t denom, int16_t wl0Flag,
int16_t           685 libde265-1.0.3/libde265/x86/sse-motion.cc                                       int16_t wl1Flag, int16_t ol0Flag, int16_t ol1Flag,
int16_t           687 libde265-1.0.3/libde265/x86/sse-motion.cc                                       const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t           881 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_weighted_pred_avg_sse(uint8_t denom, int16_t wl0Flag,
int16_t           882 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t wl1Flag, int16_t ol0Flag, int16_t ol1Flag, uint8_t *_dst,
int16_t           883 libde265-1.0.3/libde265/x86/sse-motion.cc                                    ptrdiff_t _dststride, const int16_t *src1, const int16_t *src2, ptrdiff_t srcstride,
int16_t           956 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_pixels_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t           959 libde265-1.0.3/libde265/x86/sse-motion.cc                                         int my, int16_t* mcbuffer) {
int16_t          1034 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_pixels_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1037 libde265-1.0.3/libde265/x86/sse-motion.cc                                          int my, int16_t* mcbuffer) {
int16_t          1086 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_h_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1089 libde265-1.0.3/libde265/x86/sse-motion.cc                                    int my, int16_t* mcbuffer, int bit_depth) {
int16_t          1184 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_h_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1187 libde265-1.0.3/libde265/x86/sse-motion.cc                                     int my, int16_t* mcbuffer) {
int16_t          1247 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_v_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1249 libde265-1.0.3/libde265/x86/sse-motion.cc                                    int my, int16_t* mcbuffer, int bit_depth) {
int16_t          1386 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_v_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1388 libde265-1.0.3/libde265/x86/sse-motion.cc         int my, int16_t* mcbuffer) {
int16_t          1553 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_hv_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1555 libde265-1.0.3/libde265/x86/sse-motion.cc                                     int my, int16_t* mcbuffer, int bit_depth) {
int16_t          1567 libde265-1.0.3/libde265/x86/sse-motion.cc 	int16_t *tmp = mcbuffer;
int16_t          1780 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_epel_hv_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1782 libde265-1.0.3/libde265/x86/sse-motion.cc         int my, int16_t* mcbuffer) {
int16_t          1794 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          1942 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_pixels_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          1944 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2016 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_pixels_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2018 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2063 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_1_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2065 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2162 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_1_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2164 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2196 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_2_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2198 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2266 libde265-1.0.3/libde265/x86/sse-motion.cc static void ff_hevc_put_hevc_qpel_h_2_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2268 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2334 libde265-1.0.3/libde265/x86/sse-motion.cc static void ff_hevc_put_hevc_qpel_h_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2336 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2401 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_3_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2403 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2469 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_v_1_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2471 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2628 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_v_1_10_sse4(int16_t *dst, ptrdiff_t dststride,
int16_t          2630 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2705 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_v_2_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2707 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2880 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_v_2_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2882 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          2971 libde265-1.0.3/libde265/x86/sse-motion.cc static  void ff_hevc_put_hevc_qpel_v_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          2973 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          3138 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_v_3_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          3140 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          3293 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_v_3_10_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          3295 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          3369 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_1_v_1_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          3371 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          3375 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          3541 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_1_v_2_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          3543 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          3547 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          3724 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_1_v_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          3726 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          3730 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          3901 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_2_v_1_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          3903 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          3907 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          4072 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_2_v_2_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          4074 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          4078 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          4255 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_2_v_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          4257 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          4261 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          4433 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_3_v_1_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          4435 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          4439 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          4606 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_3_v_2_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          4608 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          4612 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t          4792 libde265-1.0.3/libde265/x86/sse-motion.cc void ff_hevc_put_hevc_qpel_h_3_v_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t          4794 libde265-1.0.3/libde265/x86/sse-motion.cc         int16_t* mcbuffer) {
int16_t          4798 libde265-1.0.3/libde265/x86/sse-motion.cc     int16_t *tmp = mcbuffer;
int16_t            30 libde265-1.0.3/libde265/x86/sse-motion.h                                        const int16_t *src, ptrdiff_t srcstride,
int16_t            34 libde265-1.0.3/libde265/x86/sse-motion.h                                          const int16_t *src1, const int16_t *src2,
int16_t            38 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_epel_pixels_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            41 libde265-1.0.3/libde265/x86/sse-motion.h                                         int mx, int my, int16_t* mcbuffer);
int16_t            42 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_epel_h_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            45 libde265-1.0.3/libde265/x86/sse-motion.h                                    int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t            46 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_epel_v_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            49 libde265-1.0.3/libde265/x86/sse-motion.h                                    int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t            50 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_epel_hv_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            53 libde265-1.0.3/libde265/x86/sse-motion.h                                     int mx, int my, int16_t* mcbuffer, int bit_depth);
int16_t            55 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_pixels_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            57 libde265-1.0.3/libde265/x86/sse-motion.h                                         int width, int height, int16_t* mcbuffer);
int16_t            58 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_v_1_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            60 libde265-1.0.3/libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
int16_t            61 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_v_2_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            63 libde265-1.0.3/libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
int16_t            64 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_v_3_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            66 libde265-1.0.3/libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
int16_t            67 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_1_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            69 libde265-1.0.3/libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
int16_t            70 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_1_v_1_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            72 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t            73 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_1_v_2_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            75 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t            76 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_1_v_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            78 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t            79 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_2_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            81 libde265-1.0.3/libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
int16_t            82 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_2_v_1_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            84 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t            85 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_2_v_2_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            87 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t            88 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_2_v_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            90 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t            91 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_3_8_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            93 libde265-1.0.3/libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
int16_t            94 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_3_v_1_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            96 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t            97 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_3_v_2_sse(int16_t *dst, ptrdiff_t dststride,
int16_t            99 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
int16_t           100 libde265-1.0.3/libde265/x86/sse-motion.h void ff_hevc_put_hevc_qpel_h_3_v_3_sse(int16_t *dst, ptrdiff_t dststride,
int16_t           102 libde265-1.0.3/libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);