Searched refs:pos_u (Results 1 – 2 of 2) sorted by relevance
923 WORD32 pos_u, fract_u; in ihevc_intra_pred_chroma_mode_3_to_9() local934 pos_u = ((col / 2 + 1) * intra_pred_ang); in ihevc_intra_pred_chroma_mode_3_to_9()937 idx_u = pos_u >> 5; in ihevc_intra_pred_chroma_mode_3_to_9()938 fract_u = pos_u & (31); in ihevc_intra_pred_chroma_mode_3_to_9()1014 WORD32 pos_u, pos_v, fract_u, fract_v; in ihevc_intra_pred_chroma_mode_11_to_17() local1054 pos_u = ((col / 2 + 1) * intra_pred_ang); in ihevc_intra_pred_chroma_mode_11_to_17()1056 idx_u = pos_u >> 5; in ihevc_intra_pred_chroma_mode_11_to_17()1058 fract_u = pos_u & (31); in ihevc_intra_pred_chroma_mode_11_to_17()
130 uint8_t* pos_u = (const_cast<uint8_t*>(buffer->DataU()) + x_ / 2 + in Draw() local132 memset(pos_u, yuv_u_, length / 2); in Draw()261 uint8_t* pos_u = in GenerateNewFrame() local263 memset(pos_u, yuv_u, length / 2); in GenerateNewFrame()