Searched defs:skip_this_c (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c1194 const int skip_this_c = skip_this && !block_edge_left; local
1210 if (!skip_this_c && ((c >> ss_x) & 3) == 0) {
1223 if (!skip_this_c && ((c >> ss_x) & 1) == 0) {
1237 if (!skip_this_c) {

Completed in 100 milliseconds