Home
last modified time | relevance | path

Searched refs:non_zero_count (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dmacroblock.c232 h->mb.cache.non_zero_count[x264_scan8[LUMA_DC+p]] = nz; in x264_mb_encode_i16x16()
283 M16( &h->mb.cache.non_zero_count[x264_scan8[16]] ) = 0; in x264_mb_encode_chroma_internal()
284 M16( &h->mb.cache.non_zero_count[x264_scan8[18]] ) = 0; in x264_mb_encode_chroma_internal()
285 M16( &h->mb.cache.non_zero_count[x264_scan8[32]] ) = 0; in x264_mb_encode_chroma_internal()
286 M16( &h->mb.cache.non_zero_count[x264_scan8[34]] ) = 0; in x264_mb_encode_chroma_internal()
289 M16( &h->mb.cache.non_zero_count[x264_scan8[24]] ) = 0; in x264_mb_encode_chroma_internal()
311 h->mb.cache.non_zero_count[x264_scan8[CHROMA_DC+0]] = 0; in x264_mb_encode_chroma_internal()
535 M32( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) = 0; in x264_macroblock_encode_skip()
536 M32( &h->mb.cache.non_zero_count[x264_scan8[ 2]] ) = 0; in x264_macroblock_encode_skip()
537 M32( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) = 0; in x264_macroblock_encode_skip()
[all …]
H A Dmacroblock.h94 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+0] ) = (nz) * 0x0101;\
95 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+8] ) = (nz) * 0x0101;\
101 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 0*8] ) = 0;\
102 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 1*8] ) = 0;\
103 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 2*8] ) = 0;\
104 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 3*8] ) = 0;\
130 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
138 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dmacroblock.c151 h->mb.cache.non_zero_count[x264_scan8[16*p+i]] = nz; in mb_encode_i16x16()
221 h->mb.cache.non_zero_count[x264_scan8[LUMA_DC+p]] = nz; in mb_encode_i16x16()
268 M16( &h->mb.cache.non_zero_count[x264_scan8[16]] ) = 0; in mb_encode_chroma_internal()
269 M16( &h->mb.cache.non_zero_count[x264_scan8[18]] ) = 0; in mb_encode_chroma_internal()
270 M16( &h->mb.cache.non_zero_count[x264_scan8[32]] ) = 0; in mb_encode_chroma_internal()
271 M16( &h->mb.cache.non_zero_count[x264_scan8[34]] ) = 0; in mb_encode_chroma_internal()
274 M16( &h->mb.cache.non_zero_count[x264_scan8[24]] ) = 0; in mb_encode_chroma_internal()
502 M32( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) = 0; in macroblock_encode_skip()
503 M32( &h->mb.cache.non_zero_count[x264_scan8[ 2]] ) = 0; in macroblock_encode_skip()
504 M32( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) = 0; in macroblock_encode_skip()
[all …]
H A Dmacroblock.h115 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+0] ) = (nz) * 0x0101;\
116 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+8] ) = (nz) * 0x0101;\
122 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 0*8] ) = 0;\
123 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 1*8] ) = 0;\
124 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 2*8] ) = 0;\
125 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 3*8] ) = 0;\
150 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
158 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dmacroblock.c151 h->mb.cache.non_zero_count[x264_scan8[16*p+i]] = nz; in mb_encode_i16x16()
221 h->mb.cache.non_zero_count[x264_scan8[LUMA_DC+p]] = nz; in mb_encode_i16x16()
268 M16( &h->mb.cache.non_zero_count[x264_scan8[16]] ) = 0; in mb_encode_chroma_internal()
269 M16( &h->mb.cache.non_zero_count[x264_scan8[18]] ) = 0; in mb_encode_chroma_internal()
270 M16( &h->mb.cache.non_zero_count[x264_scan8[32]] ) = 0; in mb_encode_chroma_internal()
271 M16( &h->mb.cache.non_zero_count[x264_scan8[34]] ) = 0; in mb_encode_chroma_internal()
274 M16( &h->mb.cache.non_zero_count[x264_scan8[24]] ) = 0; in mb_encode_chroma_internal()
502 M32( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) = 0; in macroblock_encode_skip()
503 M32( &h->mb.cache.non_zero_count[x264_scan8[ 2]] ) = 0; in macroblock_encode_skip()
504 M32( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) = 0; in macroblock_encode_skip()
[all …]
H A Dmacroblock.h115 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+0] ) = (nz) * 0x0101;\
116 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+8] ) = (nz) * 0x0101;\
122 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 0*8] ) = 0;\
123 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 1*8] ) = 0;\
124 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 2*8] ) = 0;\
125 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 3*8] ) = 0;\
150 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
158 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dmacroblock.c232 h->mb.cache.non_zero_count[x264_scan8[LUMA_DC+p]] = nz; in x264_mb_encode_i16x16()
283 M16( &h->mb.cache.non_zero_count[x264_scan8[16]] ) = 0; in x264_mb_encode_chroma_internal()
284 M16( &h->mb.cache.non_zero_count[x264_scan8[18]] ) = 0; in x264_mb_encode_chroma_internal()
285 M16( &h->mb.cache.non_zero_count[x264_scan8[32]] ) = 0; in x264_mb_encode_chroma_internal()
286 M16( &h->mb.cache.non_zero_count[x264_scan8[34]] ) = 0; in x264_mb_encode_chroma_internal()
289 M16( &h->mb.cache.non_zero_count[x264_scan8[24]] ) = 0; in x264_mb_encode_chroma_internal()
311 h->mb.cache.non_zero_count[x264_scan8[CHROMA_DC+0]] = 0; in x264_mb_encode_chroma_internal()
535 M32( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) = 0; in x264_macroblock_encode_skip()
536 M32( &h->mb.cache.non_zero_count[x264_scan8[ 2]] ) = 0; in x264_macroblock_encode_skip()
537 M32( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) = 0; in x264_macroblock_encode_skip()
[all …]
H A Dmacroblock.h94 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+0] ) = (nz) * 0x0101;\
95 M16( &h->mb.cache.non_zero_count[x264_scan8[p*16+idx*4]+8] ) = (nz) * 0x0101;\
101 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 0*8] ) = 0;\
102 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 1*8] ) = 0;\
103 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 2*8] ) = 0;\
104 M32( &h->mb.cache.non_zero_count[x264_scan8[16*p] + 3*8] ) = 0;\
130 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
138 h->mb.cache.non_zero_count[x264_scan8[p*16+idx]] = nz; in x264_mb_encode_i4x4()
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dmacroblock.c938 nnz = h->mb.non_zero_count.t_uint8_t_array; in x264_macroblock_cache_load()
1036 h->mb.cache.non_zero_count[x264_scan8[ 0] - 1] = in x264_macroblock_cache_load()
1037 h->mb.cache.non_zero_count[x264_scan8[ 2] - 1] = in x264_macroblock_cache_load()
1038 h->mb.cache.non_zero_count[x264_scan8[ 8] - 1] = in x264_macroblock_cache_load()
1039 h->mb.cache.non_zero_count[x264_scan8[10] - 1] = in x264_macroblock_cache_load()
1040 h->mb.cache.non_zero_count[x264_scan8[16+ 0] - 1] = in x264_macroblock_cache_load()
1041 h->mb.cache.non_zero_count[x264_scan8[16+ 2] - 1] = in x264_macroblock_cache_load()
1685 …int nnz0 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1686 …int nnz1 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 4]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1687 …int nnz2 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
[all …]
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.c871 uint8_t (*nnz)[48] = h->mb.non_zero_count; in macroblock_cache_load()
970 h->mb.cache.non_zero_count[x264_scan8[ 0] - 1] = in macroblock_cache_load()
971 h->mb.cache.non_zero_count[x264_scan8[ 2] - 1] = in macroblock_cache_load()
1377 uint8_t (*nnz)[48] = h->mb.non_zero_count; in macroblock_deblock_strength_mbaff()
1494 uint8_t (*nnz)[48] = h->mb.non_zero_count; in x264_macroblock_deblock_strength()
1571 uint8_t (*nnz)[48] = h->mb.non_zero_count; in x264_macroblock_deblock_strength()
1603 …int nnz0 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1604 …int nnz1 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 4]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1605 …int nnz2 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1606 …int nnz3 = M16( &h->mb.cache.non_zero_count[x264_scan8[12]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dmacroblock.c871 uint8_t (*nnz)[48] = h->mb.non_zero_count; in macroblock_cache_load()
970 h->mb.cache.non_zero_count[x264_scan8[ 0] - 1] = in macroblock_cache_load()
971 h->mb.cache.non_zero_count[x264_scan8[ 2] - 1] = in macroblock_cache_load()
1377 uint8_t (*nnz)[48] = h->mb.non_zero_count; in macroblock_deblock_strength_mbaff()
1494 uint8_t (*nnz)[48] = h->mb.non_zero_count; in x264_macroblock_deblock_strength()
1571 uint8_t (*nnz)[48] = h->mb.non_zero_count; in x264_macroblock_deblock_strength()
1603 …int nnz0 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1604 …int nnz1 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 4]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1605 …int nnz2 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1606 …int nnz3 = M16( &h->mb.cache.non_zero_count[x264_scan8[12]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dmacroblock.c938 nnz = h->mb.non_zero_count.t_uint8_t_array; in x264_macroblock_cache_load()
1036 h->mb.cache.non_zero_count[x264_scan8[ 0] - 1] = in x264_macroblock_cache_load()
1037 h->mb.cache.non_zero_count[x264_scan8[ 2] - 1] = in x264_macroblock_cache_load()
1038 h->mb.cache.non_zero_count[x264_scan8[ 8] - 1] = in x264_macroblock_cache_load()
1039 h->mb.cache.non_zero_count[x264_scan8[10] - 1] = in x264_macroblock_cache_load()
1040 h->mb.cache.non_zero_count[x264_scan8[16+ 0] - 1] = in x264_macroblock_cache_load()
1041 h->mb.cache.non_zero_count[x264_scan8[16+ 2] - 1] = in x264_macroblock_cache_load()
1685 …int nnz0 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 0]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1686 …int nnz1 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 4]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
1687 …int nnz2 = M16( &h->mb.cache.non_zero_count[x264_scan8[ 8]] ) | M16( &h->mb.cache.non_zero_count[x… in x264_macroblock_deblock_strength()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dadaptive_quantize_sse2.c26 int non_zero_count = 0; in aom_quantize_b_adaptive_sse2() local
169 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_adaptive_sse2()
179 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_adaptive_sse2()
191 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_adaptive_sse2()
227 int non_zero_count = 0; in aom_quantize_b_32x32_adaptive_sse2() local
378 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_32x32_adaptive_sse2()
388 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_32x32_adaptive_sse2()
400 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_32x32_adaptive_sse2()
435 int non_zero_count = 0; in aom_quantize_b_64x64_adaptive_sse2() local
596 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_sse2.c102 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_sse2() local
252 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_adaptive_sse2()
262 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_sse2()
274 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_sse2()
310 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
469 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_32x32_adaptive_sse2()
479 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
491 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
526 int non_zero_count = 0; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
695 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_avx2.c113 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_avx2() local
220 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_adaptive_avx2()
228 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_adaptive_avx2()
234 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_avx2()
246 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_avx2()
281 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
406 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_32x32_adaptive_avx2()
414 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
420 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
432 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/x86/
H A Dadaptive_quantize_sse2.c26 int non_zero_count = 0; in aom_quantize_b_adaptive_sse2() local
169 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_adaptive_sse2()
179 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_adaptive_sse2()
191 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_adaptive_sse2()
227 int non_zero_count = 0; in aom_quantize_b_32x32_adaptive_sse2() local
378 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_32x32_adaptive_sse2()
388 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_32x32_adaptive_sse2()
400 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_32x32_adaptive_sse2()
435 int non_zero_count = 0; in aom_quantize_b_64x64_adaptive_sse2() local
596 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_sse2.c102 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_sse2() local
252 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_adaptive_sse2()
262 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_sse2()
274 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_sse2()
310 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
469 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_32x32_adaptive_sse2()
479 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
491 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
526 int non_zero_count = 0; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
695 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_avx2.c113 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_avx2() local
220 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_adaptive_avx2()
228 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_adaptive_avx2()
234 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_avx2()
246 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_avx2()
281 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
406 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_32x32_adaptive_avx2()
414 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
420 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
432 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/x86/
H A Dadaptive_quantize_sse2.c26 int non_zero_count = 0; in aom_quantize_b_adaptive_sse2() local
169 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_adaptive_sse2()
179 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_adaptive_sse2()
191 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_adaptive_sse2()
227 int non_zero_count = 0; in aom_quantize_b_32x32_adaptive_sse2() local
378 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_32x32_adaptive_sse2()
388 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_32x32_adaptive_sse2()
400 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_32x32_adaptive_sse2()
435 int non_zero_count = 0; in aom_quantize_b_64x64_adaptive_sse2() local
596 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_sse2.c102 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_sse2() local
252 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_adaptive_sse2()
262 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_sse2()
274 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_sse2()
310 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
469 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_32x32_adaptive_sse2()
479 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
491 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
526 int non_zero_count = 0; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
695 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_avx2.c113 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_avx2() local
220 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_adaptive_avx2()
228 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_adaptive_avx2()
234 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_avx2()
246 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_avx2()
281 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
406 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_32x32_adaptive_avx2()
414 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
420 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
432 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
/dports/multimedia/aom/aom-3.2.0/aom_dsp/x86/
H A Dadaptive_quantize_sse2.c26 int non_zero_count = 0; in aom_quantize_b_adaptive_sse2() local
169 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_adaptive_sse2()
179 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_adaptive_sse2()
191 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_adaptive_sse2()
227 int non_zero_count = 0; in aom_quantize_b_32x32_adaptive_sse2() local
378 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_quantize_b_32x32_adaptive_sse2()
388 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_32x32_adaptive_sse2()
400 for (int i = 0; i < non_zero_count; i++) { in aom_quantize_b_32x32_adaptive_sse2()
435 int non_zero_count = 0; in aom_quantize_b_64x64_adaptive_sse2() local
596 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_sse2.c102 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_sse2() local
252 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_adaptive_sse2()
262 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_sse2()
274 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_sse2()
310 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_sse2() local
469 if (is_found0) non_zero_count = calculate_non_zero_count(mask0); in aom_highbd_quantize_b_32x32_adaptive_sse2()
479 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
491 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_sse2()
526 int non_zero_count = 0; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
695 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_64x64_adaptive_sse2()
[all …]
H A Dhighbd_adaptive_quantize_avx2.c112 int non_zero_count = 0; in aom_highbd_quantize_b_adaptive_avx2() local
219 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_adaptive_avx2()
227 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_adaptive_avx2()
233 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_adaptive_avx2()
245 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_adaptive_avx2()
280 int non_zero_count = 0; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
405 non_zero_count = calculate_non_zero_count(temp_mask0); in aom_highbd_quantize_b_32x32_adaptive_avx2()
413 for (int i = non_zero_count_prescan_add_zero - 1; i >= non_zero_count; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
419 for (int i = non_zero_count - 1; i >= 0; i--) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
431 for (int i = 0; i < non_zero_count; i++) { in aom_highbd_quantize_b_32x32_adaptive_avx2()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dscan.c8068 non_zero_count_ds[ci_ds] = non_zero_count[ci]; in av1_down_sample_scan_count()
8080 non_zero_count_ds[ci_ds] = non_zero_count[ci]; in av1_down_sample_scan_count()
8092 non_zero_count_ds[ci_ds] = non_zero_count[ci]; in av1_down_sample_scan_count()
8114 non_zero_count[ci] = non_zero_count_ds[ci_ds]; in av1_up_sample_scan_count()
8120 non_zero_count[ci + 1] = count; in av1_up_sample_scan_count()
8131 uint32_t count = non_zero_count[ci] + non_zero_count[ci + 2 * tx_w]; in av1_up_sample_scan_count()
8134 non_zero_count[ci + tx_w] = count; in av1_up_sample_scan_count()
8136 non_zero_count[ci + tx_w] = non_zero_count[ci]; in av1_up_sample_scan_count()
8149 non_zero_count[ci] = non_zero_count_ds[ci_ds]; in av1_up_sample_scan_count()
8155 non_zero_count[ci + 1] = count; in av1_up_sample_scan_count()
[all …]

1234567