OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mask_8x8_1
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c
316
unsigned int
mask_8x8_1
= (mask_8x8_l >> mask_shift) & mask_cutoff;
local
322
mask_16x16_1 |
mask_8x8_1
| mask_4x4_1 | mask_4x4_int_1;
342
if ((mask_8x8_0 |
mask_8x8_1
) & 1) {
343
if ((mask_8x8_0 &
mask_8x8_1
) & 1) {
392
mask_8x8_1
>>= 1;
416
unsigned int
mask_8x8_1
= (mask_8x8_l >> mask_shift) & mask_cutoff;
local
422
mask_16x16_1 |
mask_8x8_1
| mask_4x4_1 | mask_4x4_int_1;
442
if ((mask_8x8_0 |
mask_8x8_1
) & 1) {
443
if ((mask_8x8_0 &
mask_8x8_1
) & 1) {
492
mask_8x8_1
>>= 1
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c
313
unsigned int
mask_8x8_1
= (mask_8x8_l >> mask_shift) & mask_cutoff;
local
319
mask_16x16_1 |
mask_8x8_1
| mask_4x4_1 | mask_4x4_int_1;
339
if ((mask_8x8_0 |
mask_8x8_1
) & 1) {
340
if ((mask_8x8_0 &
mask_8x8_1
) & 1) {
389
mask_8x8_1
>>= 1;
[
all
...]
Completed in 35 milliseconds