Searched refs:U_OFF (Results 1 – 2 of 2) sorted by relevance
61 #define U_OFF (Y_OFF + BPS * 16 + BPS) macro62 #define V_OFF (U_OFF + 16)
78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow()