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