/external/libaom/libaom/aom_dsp/ |
txfm_common.h | 36 int eob; member in struct:txfm_param
|
/external/libaom/libaom/av1/common/x86/ |
av1_inv_txfm_avx2.h | 66 int eob);
|
av1_inv_txfm_ssse3.c | [all...] |
av1_inv_txfm_avx2.c | [all...] |
/external/libvpx/libvpx/vp8/common/ |
mbpitch.c | 39 x->block[r].eob = x->eobs + r;
|
blockd.h | 200 char *eob; member in struct:blockd
|
/external/libaom/libaom/aom_dsp/x86/ |
adaptive_quantize_sse2.c | 32 __m128i eob = zero, eob0, prescan0, prescan1, all_zero; local 125 eob = scan_for_eob(&coeff0, &coeff1, cmp_mask0, cmp_mask1, iscan, 0, zero); 130 // based on eob logic 179 eob = _mm_max_epi16(eob, eob0); 183 *eob_ptr = accumulate_eob(eob); 232 __m128i eob = zero, eob0, prescan0, prescan1, all_zero; local 332 eob = 338 // based on eob logic 386 eob = _mm_max_epi16(eob, eob0) [all...] |
quantize_avx_x86_64.asm | 21 eob, scan, iscan 93 DEFINE_ARGS eob, qcoeff, dqcoeff, iscan 148 pandn m8, m8, m6 ; m8 = max(eob) 149 pandn m13, m13, m11 ; m13 = max(eob) 152 ; Horizontally accumulate/max eobs and write into [eob] memory pointer 174 qcoeff, dqcoeff, dequant, eob, scan, iscan 203 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, eob 324 pandn m8, m6 ; m8 = max(eob) 325 pandn m13, m11 ; m13 = max(eob) 356 ; Horizontally accumulate/max eobs and write into [eob] memory pointe [all...] |
quantize_ssse3_x86_64.asm | 24 eob, scan, iscan 52 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, eob 157 pandn m8, m6 ; m8 = max(eob) 158 pandn m13, m11 ; m13 = max(eob) 264 pandn m14, m6 ; m14 = max(eob) 265 pandn m13, m11 ; m13 = max(eob) 287 ; horizontally accumulate/max eobs and write into [eob] memory pointer
|
/external/libvpx/libvpx/vp8/encoder/ |
vp8_quantize.c | 19 int i, rc, eob; local 28 eob = -1; 42 eob = i; /* last nonzero coeffs */ 45 *d->eob = (char)(eob + 1); 49 int i, rc, eob; local 66 eob = -1; 87 eob = i; /* last nonzero coeffs */ 93 *d->eob = (char)(eob + 1) [all...] |
encodeintra.c | 64 if (*b->eob > 1) {
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
ns_name.c | 368 const u_char **cpp, **lpp, *eob, *msg;
local 374 eob = dstp + dstsiz;
409 if (dstp + 1 >= eob) {
429 if (dstp + 1 + n >= eob) {
438 if (dstp > eob) {
|
/external/libaom/libaom/test/ |
av1_highbd_iht_test.cc | 231 // produce eob input by setting high freq coeffs to zero 232 const int eob = AOMMIN(cnt + 1, eobmax); local 233 for (int i = eob; i < eobmax; i++) { 236 txfm_param.eob = eob; 267 << " tx_type: " << tx_type_ << " eob " << eob; local
|
av1_inv_txfm2d_test.cc | 289 // produce eob input by setting high freq coeffs to zero 290 const int eob = AOMMIN(cnt + 1, eobmax); local 291 for (int i = eob; i < eobmax; i++) { 304 target_func_(inv_input, output, stride, tx_type, tx_size, eob); 319 << " tx_type: " << tx_type << " eob " << eob; local 361 int eob); 372 int eob);
|
quantize_func_test.cc | 116 uint16_t *eob = (uint16_t *)(dqcoeff + n_coeffs); local 143 qcoeff_ref, dqcoeff_ref, dequant, &eob[0], sc->scan, 148 &eob[1], sc->scan, sc->iscan)); 162 ASSERT_EQ(eob[0], eob[1]) 283 uint16_t *eob = (uint16_t *)(dqcoeff + n_coeffs); local 305 qcoeff, dqcoeff, dequant, eob, sc->scan, sc->iscan); 312 dqcoeff, dequant, eob, sc->scan, sc->iscan);
|
/external/libaom/libaom/av1/encoder/ |
encodemb.c | 105 const int eob = p->eobs[block]; local 108 if (eob == 0 || !cpi->optimize_seg_arr[segment_id] || 111 return eob; 145 uint16_t *const eob = &p->eobs[block]; local 182 coeff, n_coeffs, p, qcoeff, dqcoeff, eob, scan_order, &qparam); 184 av1_quantize_skip(n_coeffs, qcoeff, dqcoeff, eob); 194 (uint8_t)av1_get_txb_entropy_context(qcoeff, scan_order, *eob); 262 // TODO(debargha, jingning): Temporarily disable txk_type check for eob=0 441 txfm_param.eob = p->eobs[block]; 568 uint16_t *eob = &p->eobs[block] local [all...] |
av1_quantize.c | 43 int i, eob = -1; local 74 if (tmp32) eob = i; 101 if (tmp32) eob = i; 104 *eob_ptr = eob + 1; 115 int eob = -1; local 146 if (abs_qcoeff) eob = i; 171 if (abs_qcoeff) eob = i; 179 *eob_ptr = eob + 1; 342 int eob = -1; local 359 if (tmp32) eob = 0 501 int eob = -1; local [all...] |
/external/webp/src/dsp/ |
cost_neon.c | 29 const uint8x16_t eob = vcombine_u8(vqmovn_u16(eob_0), vqmovn_u16(eob_1)); local 30 const uint8x16_t masked = vandq_u8(eob, vld1q_u8(position));
|
/external/libaom/libaom/av1/encoder/x86/ |
av1_quantize_ssse3_x86_64.asm | 26 eob, scan, iscan 101 pandn m8, m6 ; m8 = max(eob) 102 pandn m13, m11 ; m13 = max(eob) 151 pandn m14, m6 ; m14 = max(eob) 152 pandn m13, m11 ; m13 = max(eob) 168 ; horizontally accumulate/max eobs and write into [eob] memory pointer
|
/external/libvpx/libvpx/test/ |
vp9_quantize_test.cc | 45 uint16_t *eob, const int16_t *scan, 56 uint16_t *eob, const int16_t *scan, 64 const int16_t *dequant, uint16_t *eob, const int16_t *scan, 69 fn(coeff, count, skip_block, round, quant, qcoeff, dqcoeff, dequant, eob, 170 int i, eob = -1; local 226 // Scan for eob. 228 // Use the scan order to find the correct eob. 231 eob = i; 234 *eob_ptr = eob + 1;
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.c | 68 CHECK_MEM_ERROR(cm, row_mt_worker_data->eob[plane], 70 sizeof(*row_mt_worker_data->eob[plane]))); 83 vpx_free(row_mt_worker_data->eob[plane]); 84 row_mt_worker_data->eob[plane] = NULL;
|
vp9_decoder.h | 54 int *eob[MAX_MB_PLANE]; member in struct:RowMTWorkerData
|
/bionic/libc/dns/nameser/ |
ns_name.c | 529 const u_char **cpp, **lpp, *eob, *msg; local 535 eob = dstp + dstsiz; 577 if (dstp + 1 >= eob) { 599 if (dstp + 1 + n >= eob) { 607 if (dstp > eob) {
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 76 -EOB_TOKEN, 2, // 0 = EOB 288 { 0, 0, 0, zero_cost } // EOB 302 { 0, 0, 0, zero_cost } // EOB 363 int eob = p->eobs[block]; local 386 while (c < eob) {
|
/external/libaom/libaom/av1/common/arm/ |
av1_inv_txfm_neon.c | [all...] |