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

  /external/libaom/config/arm/config/
aom_scale_rtcd.h 77 void aom_yv12_partial_copy_y_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struct yv12_buffer_config *dst_ybc, int hstart2, int vstart2);
78 #define aom_yv12_partial_copy_y aom_yv12_partial_copy_y_c
  /external/libaom/config/arm64/config/
aom_scale_rtcd.h 77 void aom_yv12_partial_copy_y_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struct yv12_buffer_config *dst_ybc, int hstart2, int vstart2);
78 #define aom_yv12_partial_copy_y aom_yv12_partial_copy_y_c
  /external/libaom/config/x86/config/
aom_scale_rtcd.h 77 void aom_yv12_partial_copy_y_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struct yv12_buffer_config *dst_ybc, int hstart2, int vstart2);
78 #define aom_yv12_partial_copy_y aom_yv12_partial_copy_y_c
  /external/libaom/config/x86_64/config/
aom_scale_rtcd.h 77 void aom_yv12_partial_copy_y_c(const struct yv12_buffer_config *src_ybc, int hstart1, int hend1, int vstart1, int vend1, struct yv12_buffer_config *dst_ybc, int hstart2, int vstart2);
78 #define aom_yv12_partial_copy_y aom_yv12_partial_copy_y_c
  /external/libaom/libaom/aom_scale/generic/
yv12extend.c 324 void aom_yv12_partial_copy_y_c(const YV12_BUFFER_CONFIG *src_ybc, int hstart1, function
358 aom_yv12_partial_copy_y_c(src_ybc, hstart, hend, vstart, vend, dst_ybc,

Completed in 57 milliseconds