Home
last modified time | relevance | path

Searched refs:new_border (Results 1 – 7 of 7) sorted by relevance

/external/libaom/config/x86_64/config/
Daom_scale_rtcd.h83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
/external/libaom/config/riscv64/config/
Daom_scale_rtcd.h83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
/external/libaom/config/arm/config/
Daom_scale_rtcd.h83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
/external/libaom/config/x86/config/
Daom_scale_rtcd.h83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
/external/libaom/config/arm64/config/
Daom_scale_rtcd.h83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
/external/libaom/aom_scale/generic/
Dyv12extend.c493 int aom_yv12_realloc_with_new_border_c(YV12_BUFFER_CONFIG *ybf, int new_border, in aom_yv12_realloc_with_new_border_c() argument
496 if (new_border == ybf->border) return 0; in aom_yv12_realloc_with_new_border_c()
501 ybf->subsampling_y, ybf->flags & YV12_FLAG_HIGHBITDEPTH, new_border, in aom_yv12_realloc_with_new_border_c()
/external/ImageMagick/MagickWand/
Ddrawing-wand.c4564 new_border; in DrawSetBorderColor() local
4572 new_border=border_color; in DrawSetBorderColor()
4575 (IsPixelInfoEquivalent(current_border,&new_border) == MagickFalse)) in DrawSetBorderColor()
4577 CurrentContext->border_color=new_border; in DrawSetBorderColor()