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 299 int Alpha, Beta, Alpha_c, Beta_c;
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_c, 12)
    [all...]

Completed in 45 milliseconds