OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_iscan_4x4
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
248
static INLINE const int16_t*
get_iscan_4x4
(TX_TYPE tx_type) {
function
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
181
const int16_t *iscan =
get_iscan_4x4
(tx_type);
vp9_encodemb.c
680
iscan =
get_iscan_4x4
(tx_type);
Completed in 28 milliseconds