HomeSort by relevance Sort by last modified time
    Searched refs:av1_warp_affine_c (Results 1 - 7 of 7) sorted by null

  /external/libaom/libaom/test/
warp_filter_test.cc 30 libaom_test::AV1WarpFilter::BuildParams(av1_warp_affine_c));
warp_filter_test_util.cc 231 av1_warp_affine_c(mat, input, w, h, stride, output, 32, 32, out_w,
  /external/libaom/config/x86/config/
av1_rtcd.h 293 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_x, int subsampling_y, ConvolveParams *conv_params, int16_t alpha, int16_t beta, int16_t gamma, int16_t delta);
294 #define av1_warp_affine av1_warp_affine_c
  /external/libaom/config/x86_64/config/
av1_rtcd.h 296 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_x, int subsampling_y, ConvolveParams *conv_params, int16_t alpha, int16_t beta, int16_t gamma, int16_t delta);
297 #define av1_warp_affine av1_warp_affine_c
  /external/libaom/config/arm/config/
av1_rtcd.h 292 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_x, int subsampling_y, ConvolveParams *conv_params, int16_t alpha, int16_t beta, int16_t gamma, int16_t delta);
  /external/libaom/config/arm64/config/
av1_rtcd.h 292 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, int height, int stride, uint8_t *pred, int p_col, int p_row, int p_width, int p_height, int p_stride, int subsampling_x, int subsampling_y, ConvolveParams *conv_params, int16_t alpha, int16_t beta, int16_t gamma, int16_t delta);
  /external/libaom/libaom/av1/common/
warped_motion.c 391 for hardware implementations, see the comments above av1_warp_affine_c
676 void av1_warp_affine_c(const int32_t *mat, const uint8_t *ref, int width, function
    [all...]

Completed in 437 milliseconds