OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intra_pred_highbd_sized
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/aom_dsp/
intrapred.c
718
#define
intra_pred_highbd_sized
(type, width, height) \
macro
741
intra_pred_highbd_sized
(type, 4, 8) \
742
intra_pred_highbd_sized
(type, 8, 4) \
743
intra_pred_highbd_sized
(type, 8, 16) \
744
intra_pred_highbd_sized
(type, 16, 8) \
745
intra_pred_highbd_sized
(type, 16, 32) \
746
intra_pred_highbd_sized
(type, 32, 16) \
747
intra_pred_highbd_sized
(type, 32, 64) \
748
intra_pred_highbd_sized
(type, 64, 32) \
749
intra_pred_highbd_sized
(type, 4, 16)
[
all
...]
/external/libvpx/libvpx/vpx_dsp/
intrapred.c
864
#define
intra_pred_highbd_sized
(type, size) \
macro
877
intra_pred_highbd_sized
(type, 4) \
878
intra_pred_highbd_sized
(type, 8) \
879
intra_pred_highbd_sized
(type, 16) \
880
intra_pred_highbd_sized
(type, 32)
886
intra_pred_highbd_sized
(type, 8) \
887
intra_pred_highbd_sized
(type, 16) \
888
intra_pred_highbd_sized
(type, 32)
Completed in 105 milliseconds