Searched refs:pos_v (Results 1 – 2 of 2) sorted by relevance
924 WORD32 pos_v, fract_v; in ihevc_intra_pred_chroma_mode_3_to_9() local935 pos_v = ((col / 2 + 1) * intra_pred_ang); in ihevc_intra_pred_chroma_mode_3_to_9()940 idx_v = pos_v >> 5; in ihevc_intra_pred_chroma_mode_3_to_9()941 fract_v = pos_v & (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() local1055 pos_v = ((col / 2 + 1) * intra_pred_ang); in ihevc_intra_pred_chroma_mode_11_to_17()1057 idx_v = pos_v >> 5; in ihevc_intra_pred_chroma_mode_11_to_17()1059 fract_v = pos_v & (31); in ihevc_intra_pred_chroma_mode_11_to_17()
133 uint8_t* pos_v = (const_cast<uint8_t*>(buffer->DataV()) + x_ / 2 + in Draw() local135 memset(pos_v, yuv_v_, length / 2); in Draw()264 uint8_t* pos_v = in GenerateNewFrame() local266 memset(pos_v, yuv_v, length / 2); in GenerateNewFrame()