OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mask_cutoff
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c
308
const int
mask_cutoff
= subsampling_factor ? 0xf : 0xff;
local
311
unsigned int mask_16x16_0 = mask_16x16_l &
mask_cutoff
;
312
unsigned int mask_8x8_0 = mask_8x8_l &
mask_cutoff
;
313
unsigned int mask_4x4_0 = mask_4x4_l &
mask_cutoff
;
314
unsigned int mask_4x4_int_0 = mask_4x4_int_l &
mask_cutoff
;
315
unsigned int mask_16x16_1 = (mask_16x16_l >> mask_shift) &
mask_cutoff
;
316
unsigned int mask_8x8_1 = (mask_8x8_l >> mask_shift) &
mask_cutoff
;
317
unsigned int mask_4x4_1 = (mask_4x4_l >> mask_shift) &
mask_cutoff
;
318
unsigned int mask_4x4_int_1 = (mask_4x4_int_l >> mask_shift) &
mask_cutoff
;
408
const int
mask_cutoff
= subsampling_factor ? 0xf : 0xff
local
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.c
305
const int
mask_cutoff
= plane_type ? 0xf : 0xff;
local
308
unsigned int mask_16x16_0 = mask_16x16_l &
mask_cutoff
;
309
unsigned int mask_8x8_0 = mask_8x8_l &
mask_cutoff
;
310
unsigned int mask_4x4_0 = mask_4x4_l &
mask_cutoff
;
311
unsigned int mask_4x4_int_0 = mask_4x4_int_l &
mask_cutoff
;
312
unsigned int mask_16x16_1 = (mask_16x16_l >> mask_shift) &
mask_cutoff
;
313
unsigned int mask_8x8_1 = (mask_8x8_l >> mask_shift) &
mask_cutoff
;
314
unsigned int mask_4x4_1 = (mask_4x4_l >> mask_shift) &
mask_cutoff
;
315
unsigned int mask_4x4_int_1 = (mask_4x4_int_l >> mask_shift) &
mask_cutoff
;
[
all
...]
Completed in 163 milliseconds