Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp299 int Alpha, Beta, Alpha_c, Beta_c; in DeblockMb() local
398 Beta_c = BETA_TABLE[indexB]; in DeblockMb()
415 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0) in DeblockMb()
418 …Loop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
419 …Loop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
421 …oop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitc… in DeblockMb()
422 …oop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitc… in DeblockMb()
508 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0) in DeblockMb()
511 …Chroma_horizontal(SrcU + (edge << 1)*12, Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
512 …Chroma_horizontal(SrcV + (edge << 1)*12, Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
[all …]