Searched defs:top_weight (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_scaler.c | 433 uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, in _scale_row_down_9in() 496 uint64 x_factor_inv, uint32 top_weight, in _scale_row_down_8in() 557 uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) { in _scale_row_down_7in() 612 uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, in _scale_row_down_6in() 665 uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, in _scale_row_down_5in() 715 uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, in _scale_row_down_4in() 762 uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) { in _scale_row_down_3in() 804 uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, in _scale_row_down_2in() 847 uint32 y, in_col, in_rows, top_weight, bot_weight; in _scale_row_down() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_highbd_temporal_filter_neon.c | 174 const uint32_t *const *neighbors_second, int top_weight, in highbd_apply_temporal_filter_luma_8() 338 int top_weight = blk_fw[0], in highbd_apply_temporal_filter_luma() local 455 int top_weight, int bottom_weight, const int *blk_fw) { in highbd_apply_temporal_filter_chroma_8() 680 int top_weight = blk_fw[0], in highbd_apply_temporal_filter_chroma() local
|
H A D | vp9_temporal_filter_neon.c | 254 const int16_t *const *neighbors_second, int top_weight, int bottom_weight, in apply_temporal_filter_luma_16() 432 int top_weight = blk_fw[0], in apply_temporal_filter_luma() local 516 const int16_t *const *neighbors, int top_weight, int bottom_weight, in apply_temporal_filter_chroma_8() 664 int top_weight = blk_fw[0], in apply_temporal_filter_chroma() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | highbd_temporal_filter_sse4.c | 200 const uint32_t *const *neighbors_second, int top_weight, in vp9_highbd_apply_temporal_filter_luma_8() 364 int top_weight = blk_fw[0], in vp9_highbd_apply_temporal_filter_luma() local 476 int top_weight, int bottom_weight, const int *blk_fw) { in vp9_highbd_apply_temporal_filter_chroma_8() 701 int top_weight = blk_fw[0], in vp9_highbd_apply_temporal_filter_chroma() local
|
H A D | temporal_filter_sse4.c | 278 const int16_t *const *neighbors_second, int top_weight, int bottom_weight, in vp9_apply_temporal_filter_luma_16() 456 int top_weight = blk_fw[0], in vp9_apply_temporal_filter_luma() local 540 const int16_t *const *neighbors, int top_weight, int bottom_weight, in vp9_apply_temporal_filter_chroma_8() 690 int top_weight = blk_fw[0], in vp9_apply_temporal_filter_chroma() local
|