Searched refs:Beta_c (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp299 int Alpha, Beta, Alpha_c, Beta_c; local
398 Beta_c = BETA_TABLE[indexB];
415 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0)
418 EdgeLoop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12);
419 EdgeLoop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12);
421 EdgeLoop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitch >> 1);
422 EdgeLoop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitch >> 1);
487 /* Note that Alpha_c, Beta_c and clipTable_c for chroma is already calculated */
508 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0)
511 EdgeLoop_Chroma_horizontal(SrcU + (edge << 1)*12, Strength + (edge << 2), Alpha_c, Beta_c, clipTable_
[all...]

Completed in 37 milliseconds