/external/webp/src/dsp/ |
D | rescaler.c | 105 assert(wrk->y_accum <= 0); in WebPRescalerExportRowExpand_C() 108 if (wrk->y_accum == 0) { in WebPRescalerExportRowExpand_C() 115 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in WebPRescalerExportRowExpand_C() 133 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrink_C() 135 assert(wrk->y_accum <= 0); in WebPRescalerExportRowShrink_C() 170 if (wrk->y_accum <= 0) { in WebPRescalerExportRow() 185 wrk->y_accum += wrk->y_add; in WebPRescalerExportRow()
|
D | rescaler_mips_dsp_r2.c | 35 const int yscale = wrk->fy_scale * (-wrk->y_accum); 40 assert(wrk->y_accum <= 0); 176 assert(wrk->y_accum <= 0); in ExportRowExpand_MIPSdspR2() 179 if (wrk->y_accum == 0) { in ExportRowExpand_MIPSdspR2() 223 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in ExportRowExpand_MIPSdspR2()
|
D | rescaler_mips32.c | 158 assert(wrk->y_accum <= 0); in ExportRowExpand_MIPS32() 161 if (wrk->y_accum == 0) { in ExportRowExpand_MIPS32() 182 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in ExportRowExpand_MIPS32() 218 const int yscale = wrk->fy_scale * (-wrk->y_accum); 224 assert(wrk->y_accum <= 0);
|
D | rescaler_neon.c | 73 assert(wrk->y_accum <= 0); in RescalerExportRowExpand_NEON() 76 if (wrk->y_accum == 0) { in RescalerExportRowExpand_NEON() 93 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in RescalerExportRowExpand_NEON() 124 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_NEON() 130 assert(wrk->y_accum <= 0); in RescalerExportRowShrink_NEON()
|
D | rescaler_sse2.c | 237 assert(wrk->y_accum <= 0 && wrk->y_sub + wrk->y_accum >= 0); in RescalerExportRowExpand_SSE2() 239 if (wrk->y_accum == 0) { in RescalerExportRowExpand_SSE2() 251 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in RescalerExportRowExpand_SSE2() 292 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_SSE2() 294 assert(wrk->y_accum <= 0); in RescalerExportRowShrink_SSE2()
|
D | rescaler_msa.c | 177 const uint32_t B = WEBP_RESCALER_FRAC(-wrk->y_accum, wrk->y_sub); in ExportRowExpand_1() 254 assert(wrk->y_accum <= 0); in RescalerExportRowExpand_MIPSdspR2() 257 if (wrk->y_accum == 0) { in RescalerExportRowExpand_MIPSdspR2() 417 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); 419 assert(wrk->y_accum <= 0);
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 333 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in av1_apply_temporal_filter_luma_16() argument 395 y_accum); in av1_apply_temporal_filter_luma_16() 400 y_accum += y_pre_stride; in av1_apply_temporal_filter_luma_16() 469 y_accum); in av1_apply_temporal_filter_luma_16() 474 y_accum += y_pre_stride; in av1_apply_temporal_filter_luma_16() 516 y_accum); in av1_apply_temporal_filter_luma_16() 526 uint32_t *y_accum, uint16_t *y_count, const uint16_t *y_dist, in av1_apply_temporal_filter_luma() argument 548 block_height, ss_x, ss_y, strength, use_whole_blk, y_accum + blk_col, in av1_apply_temporal_filter_luma() 557 block_height, ss_x, ss_y, strength, use_whole_blk, y_accum + blk_col, in av1_apply_temporal_filter_luma() 572 use_whole_blk, y_accum + blk_col, y_count + blk_col, y_dist + blk_col, in av1_apply_temporal_filter_luma() [all …]
|
D | highbd_temporal_filter_sse4.c | 198 int ss_x, int ss_y, int strength, int use_whole_blk, uint32_t *y_accum, in av1_highbd_apply_temporal_filter_luma_8() argument 257 y_accum); in av1_highbd_apply_temporal_filter_luma_8() 262 y_accum += y_pre_stride; in av1_highbd_apply_temporal_filter_luma_8() 321 y_accum); in av1_highbd_apply_temporal_filter_luma_8() 326 y_accum += y_pre_stride; in av1_highbd_apply_temporal_filter_luma_8() 362 y_accum); in av1_highbd_apply_temporal_filter_luma_8() 372 uint32_t *y_accum, uint16_t *y_count, const uint32_t *y_dist, in av1_highbd_apply_temporal_filter_luma() argument 390 strength, use_whole_blk, y_accum + blk_col, y_count + blk_col, in av1_highbd_apply_temporal_filter_luma() 405 block_height, ss_x, ss_y, strength, use_whole_blk, y_accum + blk_col, in av1_highbd_apply_temporal_filter_luma() 423 block_height, ss_x, ss_y, strength, use_whole_blk, y_accum + blk_col, in av1_highbd_apply_temporal_filter_luma() [all …]
|
/external/webp/src/utils/ |
D | rescaler_utils.c | 49 wrk->y_accum = wrk->y_expand ? wrk->y_sub : wrk->y_add; in WebPRescalerInit() 111 const int num_lines = (wrk->y_accum + wrk->y_sub - 1) / wrk->y_sub; in WebPRescaleNeededLines() 134 wrk->y_accum -= wrk->y_sub; in WebPRescalerImport()
|
D | rescaler_utils.h | 38 int y_accum; // vertical accumulator member 92 return !WebPRescalerOutputDone(rescaler) && (rescaler->y_accum <= 0); in WebPRescalerHasPendingOutput()
|
/external/libaom/libaom/test/ |
D | yuv_temporal_filter_test.cc | 217 uint32_t *y_accum, uint16_t *y_count, in ApplyReferenceFilter() argument 296 y_accum[row * y_accum_stride + col] += y_mod * y_pixel; in ApplyReferenceFilter() 389 int use_32x32, uint32_t *y_accum, uint16_t *y_count, 408 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in ApplyTestFilter() argument 414 y_accum, y_count, u_accum, u_count, v_accum, v_count)); in ApplyTestFilter() 424 uint32_t *y_accum, uint16_t *y_count, uint32_t *u_accum, uint16_t *u_count, in ApplyTestFilter() argument 431 use_32x32, y_accum, y_count, u_accum, u_count, v_accum, v_count)); in ApplyTestFilter() 544 uint32_t y_accum[MAX_WIDTH * MAX_HEIGHT] = { 0 }; in RunTestFilterWithParam() local 566 filter_strength, filter_weight, use_32x32, y_accum, y_count, in RunTestFilterWithParam()
|
/external/webp/src/dec/ |
D | io_dec.c | 366 assert(p->scaler_u->y_accum == p->scaler_v->y_accum); in ExportRGB()
|