Searched refs:new_border (Results 1 – 7 of 7) sorted by relevance
/external/libaom/config/x86_64/config/ |
D | aom_scale_rtcd.h | 83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
|
/external/libaom/config/riscv64/config/ |
D | aom_scale_rtcd.h | 83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
|
/external/libaom/config/arm/config/ |
D | aom_scale_rtcd.h | 83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
|
/external/libaom/config/x86/config/ |
D | aom_scale_rtcd.h | 83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
|
/external/libaom/config/arm64/config/ |
D | aom_scale_rtcd.h | 83 int aom_yv12_realloc_with_new_border_c(struct yv12_buffer_config *ybf, int new_border, int byte_ali…
|
/external/libaom/aom_scale/generic/ |
D | yv12extend.c | 493 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/ |
D | drawing-wand.c | 4564 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()
|