Home | History | Annotate | Download | only in x86

Lines Matching refs:three_dc_val

406     WORD32 dc_val, two_dc_val, three_dc_val;
474 three_dc_val = 3 * dc_val;
553 three_dc_val = 3 * dc_val;
556 src_temp1 = _mm_set1_epi16(three_dc_val + 2);
559 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2 */
562 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2) >> 2 */
576 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2)
616 three_dc_val = 3 * dc_val;
617 src_temp1 = _mm_set1_epi16(three_dc_val + 2);
624 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2 */
627 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2)>>2 */
638 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2)
696 three_dc_val = 3 * dc_val;
697 src_temp1 = _mm_set1_epi16(three_dc_val + 2);
700 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2 */
703 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2)>>2 */
716 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2)
812 three_dc_val = 3 * dc_val;
813 src_temp1 = _mm_set1_epi16(three_dc_val + 2);
816 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2 */
822 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2)>>2 */
839 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2)