Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.c546 int y1_const = y_1*((1<<16)-alpha); in vp8_blend_mb_inner_c() local
555 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_inner_c()
584 int y1_const = y_1*((1<<16)-alpha); in vp8_blend_mb_outer_c() local
592 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
599 y[0] = (y[0]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
600 y[1] = (y[1]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
601 y[14] = (y[14]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
602 y[15] = (y[15]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
610 y[j] = (y[j]*alpha + y1_const)>>16; in vp8_blend_mb_outer_c()
648 int y1_const = y_1*((1<<16)-alpha); in vp8_blend_b_c() local
[all …]