Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/common/src/
Ddeblock.cpp296 int Alpha, Beta, Alpha_c, Beta_c; in DeblockMb() local
395 Beta_c = BETA_TABLE[indexB]; in DeblockMb()
412 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0) in DeblockMb()
415 …Loop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
416 …Loop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
418 …oop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitc… in DeblockMb()
419 …oop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitc… in DeblockMb()
505 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0) in DeblockMb()
508 …Chroma_horizontal(SrcU + (edge << 1)*12, Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
509 …Chroma_horizontal(SrcV + (edge << 1)*12, Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12); in DeblockMb()
[all …]