Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dpostproc.c502 int y1_const = y1*((1<<16)-alpha); in vp8_blend_mb_inner_c() local
511 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_inner_c()
540 int y1_const = y1*((1<<16)-alpha); in vp8_blend_mb_outer_c() local
548 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
555 y[0] = (y[0]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
556 y[1] = (y[1]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
557 y[14] = (y[14]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
558 y[15] = (y[15]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
566 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
604 int y1_const = y1*((1<<16)-alpha); in vp8_blend_b_c() local
[all …]