OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nzflag
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_sse2.c
27
int16_t
nzflag
;
local
135
nzflag
= _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff0, thr)) |
138
if (
nzflag
) {
167
if (
nzflag
) {
vp9_dct_ssse3.c
300
int16_t
nzflag
;
local
395
nzflag
= _mm_movemask_epi8(_mm_cmpgt_epi16(qcoeff0, thr)) |
398
if (
nzflag
) {
427
if (
nzflag
) {
Completed in 82 milliseconds