HomeSort by relevance Sort by last modified time
    Searched refs:blkx (Results 1 - 2 of 2) sorted by null

  /external/libhevc/encoder/
ihevce_had_satd.c 778 WORD32 blkx, blky; local
788 blkx = (i & 0x1);
791 pu1_pi0 = pu1_src + (blkx * 4) + (blky * 4 * src_strd);
792 pu1_pi1 = pu1_pred + (blkx * 4) + (blky * 4 * pred_strd);
793 pi2_dst = pi2_dst4x4 + (blkx * 4) + (blky * 4 * dst_strd);
819 pi4_hsad[blkx + (blky * hsad_stride)] = ((u4_hsad + 2) >> 2);
    [all...]
hme_subpel.c 1961 S32 blkx = (i & 0x1); local
2096 S32 blkx = (i & 0x1); local
    [all...]

Completed in 604 milliseconds