Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dpostproc.c501 int y1_const = y1*((1<<16)-alpha); in vp8_blend_mb_inner_c() local
510 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_inner_c()
539 int y1_const = y1*((1<<16)-alpha); in vp8_blend_mb_outer_c() local
547 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
554 y[0] = (y[0]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
555 y[1] = (y[1]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
556 y[14] = (y[14]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
557 y[15] = (y[15]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
565 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
603 int y1_const = y1*((1<<16)-alpha); in vp8_blend_b_c() local
[all …]