OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mask_4x4_1
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c
317
unsigned int
mask_4x4_1
= (mask_4x4_l >> mask_shift) & mask_cutoff;
local
322
mask_16x16_1 | mask_8x8_1 |
mask_4x4_1
| mask_4x4_int_1;
356
if ((mask_4x4_0 |
mask_4x4_1
) & 1) {
357
if ((mask_4x4_0 &
mask_4x4_1
) & 1) {
393
mask_4x4_1
>>= 1;
417
unsigned int
mask_4x4_1
= (mask_4x4_l >> mask_shift) & mask_cutoff;
local
422
mask_16x16_1 | mask_8x8_1 |
mask_4x4_1
| mask_4x4_int_1;
456
if ((mask_4x4_0 |
mask_4x4_1
) & 1) {
457
if ((mask_4x4_0 &
mask_4x4_1
) & 1) {
493
mask_4x4_1
>>= 1
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c
314
unsigned int
mask_4x4_1
= (mask_4x4_l >> mask_shift) & mask_cutoff;
local
319
mask_16x16_1 | mask_8x8_1 |
mask_4x4_1
| mask_4x4_int_1;
353
if ((mask_4x4_0 |
mask_4x4_1
) & 1) {
354
if ((mask_4x4_0 &
mask_4x4_1
) & 1) {
390
mask_4x4_1
>>= 1;
[
all
...]
Completed in 1236 milliseconds