Searched refs:cdef_size4x4 (Results 1 – 2 of 2) sorted by relevance
300 const int cdef_size4x4 = kNum4x4BlocksWide[kBlock64x64]; in ReadCdef() local301 const int cdef_mask4x4 = ~(cdef_size4x4 - 1); in ReadCdef()311 for (int i = row4x4; i < row4x4 + block.height4x4; i += cdef_size4x4) { in ReadCdef()313 j += cdef_size4x4) { in ReadCdef()
2390 const int cdef_size4x4 = kNum4x4BlocksWide[kBlock64x64]; in ResetCdef() local2391 const int border_row = DivideBy16(row4x4 + cdef_size4x4); in ResetCdef()2392 const int border_column = DivideBy16(column4x4 + cdef_size4x4); in ResetCdef()