OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:txfm_blk_index
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c
591
int
txfm_blk_index
= (plane << 2) + (block >> (tx_size << 1));
local
592
if (x->skip_txfm[
txfm_blk_index
] == SKIP_TXFM_NONE) {
595
} else if (x->skip_txfm[
txfm_blk_index
] == SKIP_TXFM_AC_ONLY) {
[
all
...]
Completed in 558 milliseconds