Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.c549 int y1_const = y_1*((1<<16)-alpha); in vp8_blend_mb_inner_c() local
558 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_inner_c()
587 int y1_const = y_1*((1<<16)-alpha); in vp8_blend_mb_outer_c() local
595 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
602 y[0] = (y[0]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
603 y[1] = (y[1]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
604 y[14] = (y[14]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
605 y[15] = (y[15]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
613 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
651 int y1_const = y_1*((1<<16)-alpha); in vp8_blend_b_c() local
[all …]