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

  /external/libvpx/libvpx/vp8/common/
reconintra.c 26 typedef void (*intra_pred_fn)(uint8_t *dst, ptrdiff_t stride, typedef
29 static intra_pred_fn pred[4][NUM_SIZES];
30 static intra_pred_fn dc_pred[2][2][NUM_SIZES];
54 intra_pred_fn fn;
77 intra_pred_fn fn;
reconintra4x4.c 21 typedef void (*intra_pred_fn)(uint8_t *dst, ptrdiff_t stride, typedef
24 static intra_pred_fn pred[10];
  /external/libvpx/libvpx/vp9/common/
vp9_reconintra.c 56 typedef void (*intra_pred_fn)(uint8_t *dst, ptrdiff_t stride, typedef
59 static intra_pred_fn pred[INTRA_MODES][TX_SIZES];
60 static intra_pred_fn dc_pred[2][2][TX_SIZES];

Completed in 64 milliseconds