HomeSort by relevance Sort by last modified time
    Searched full:beta_c (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 298 int Alpha, Beta, Alpha_c, Beta_c;
397 Beta_c = BETA_TABLE[indexB];
414 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0)
417 EdgeLoop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12);
418 EdgeLoop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12);
420 EdgeLoop_Chroma_vertical(SrcU + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitch >> 1);
421 EdgeLoop_Chroma_vertical(SrcV + (edge << 1), Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, pitch >> 1);
486 /* Note that Alpha_c, Beta_c and clipTable_c for chroma is already calculated */
507 if (!(edge & 1) && Alpha_c > 0 && Beta_c > 0)
510 EdgeLoop_Chroma_horizontal(SrcU + (edge << 1)*12, Strength + (edge << 2), Alpha_c, Beta_c, clipTable_c, 12)
    [all...]

Completed in 309 milliseconds