OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_scan_4x4
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
219
static INLINE const int16_t*
get_scan_4x4
(TX_TYPE tx_type) {
function
348
*scan =
get_scan_4x4
(get_tx_type_4x4(type, xd, block_idx));
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
180
const int16_t *scan =
get_scan_4x4
(tx_type);
vp9_encodemb.c
179
scan =
get_scan_4x4
(get_tx_type_4x4(type, xd, ib));
679
scan =
get_scan_4x4
(tx_type);
vp9_rdopt.c
[
all
...]
Completed in 28 milliseconds