OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_scan_16x16
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
299
static INLINE const int16_t*
get_scan_16x16
(TX_TYPE tx_type) {
function
360
*scan =
get_scan_16x16
(get_tx_type_16x16(type, xd));
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
188
scan =
get_scan_16x16
(get_tx_type_16x16(type, xd));
621
scan =
get_scan_16x16
(tx_type);
Completed in 510 milliseconds