Searched refs:pos_u (Results 1 – 2 of 2) sorted by relevance
933 WORD32 pos_u, fract_u; in ihevc_intra_pred_chroma_mode_3_to_9() local944 pos_u = ((col / 2 + 1) * intra_pred_ang); in ihevc_intra_pred_chroma_mode_3_to_9()947 idx_u = pos_u >> 5; in ihevc_intra_pred_chroma_mode_3_to_9()948 fract_u = pos_u & (31); in ihevc_intra_pred_chroma_mode_3_to_9()1024 WORD32 pos_u, pos_v, fract_u, fract_v; in ihevc_intra_pred_chroma_mode_11_to_17() local1064 pos_u = ((col / 2 + 1) * intra_pred_ang); in ihevc_intra_pred_chroma_mode_11_to_17()1066 idx_u = pos_u >> 5; in ihevc_intra_pred_chroma_mode_11_to_17()1068 fract_u = pos_u & (31); in ihevc_intra_pred_chroma_mode_11_to_17()
557 const int pos_u = j < height - 1 ? pos + stride : pos; in sor_pass() local570 s_up = tex1Dfetch(tex_diffusivity_y, pos_u); in sor_pass()583 u_up = tex1Dfetch(tex_u, pos_u); in sor_pass()590 v_up = tex1Dfetch(tex_v, pos_u); in sor_pass()596 du_up = tex1Dfetch(tex_du, pos_u); in sor_pass()602 dv_up = tex1Dfetch(tex_dv, pos_u); in sor_pass()