HomeSort by relevance Sort by last modified time
    Searched refs:qcoeff_ptr (Results 1 - 11 of 11) sorted by null

  /external/libvpx/vp8/encoder/arm/
quantize_arm.c 28 extern int vp8_fast_quantize_b_neon_func(short *coeff_ptr, short *zbin_ptr, short *qcoeff_ptr, short *dqcoeff_ptr, short *dequant_ptr, const short *scan_mask, short *round_ptr, short *quant_ptr);
46 short *qcoeff_ptr = d->qcoeff;
64 qcoeff_ptr[i] = x1; // write to destination
74 qcoeff_ptr[i] = 0; // write to destination
  /external/libvpx/vp8/encoder/
quantize.c 31 short *qcoeff_ptr = d->qcoeff; local
35 vpx_memset(qcoeff_ptr, 0, 32);
55 qcoeff_ptr[rc] = x; // write to destination
78 short *qcoeff_ptr = d->qcoeff; local
83 vpx_memset(qcoeff_ptr, 0, 32);
108 qcoeff_ptr[rc] = x; // write to destination
131 short *qcoeff_ptr = d->qcoeff; local
135 vpx_memset(qcoeff_ptr, 0, 32);
153 qcoeff_ptr[rc] = x; // write to destination
175 short *qcoeff_ptr = d->qcoeff local
232 short *qcoeff_ptr; local
    [all...]
tokenize.c 112 const short *qcoeff_ptr = b->qcoeff; local
122 const int v = qcoeff_ptr[rc];
165 const short *qcoeff_ptr = b->qcoeff; local
177 const int v = qcoeff_ptr[rc];
encodemb.c 255 short *qcoeff_ptr; local
291 qcoeff_ptr = d->qcoeff;
316 x = qcoeff_ptr[rc];
477 qcoeff_ptr[rc] = x;
rdopt.c 587 short *qcoeff_ptr = b->qcoeff; local
591 # define QC( I) ( qcoeff_ptr [vp8_default_zig_zag1d[I]] )
    [all...]
  /external/libvpx/vp8/decoder/
detokenize.c 181 qcoeff_ptr [ scan[c] ] = (INT16) v; \
184 qcoeff_ptr [ scan[15] ] = (INT16) v; \
259 INT16 *qcoeff_ptr; local
274 qcoeff_ptr = &x->qcoeff[0];
281 qcoeff_ptr += 24*16;
383 qcoeff_ptr [ scan[c] ] = (INT16) v;
388 qcoeff_ptr [ scan[15] ] = (INT16) v;
392 qcoeff_ptr += 16;
405 qcoeff_ptr -= (24*16 + 16);
  /external/libvpx/vp8/encoder/x86/
quantize_sse2.asm 15 ; short *qcoeff_ptr,short *dequant_ptr,
102 mov rsi, arg(2) ;qcoeff_ptr
135 mov rdi, arg(2) ;qcoeff_ptr
142 mov WORD PTR[rdi + rcx * 2], dx ;qcoeff_ptr[rc] = temp_qcoeff[rc]
158 mov rdi, arg(2) ;qcoeff_ptr
165 mov WORD PTR[rdi + rcx * 2], dx ;qcoeff_ptr[rc] = temp_qcoeff[rc]
181 mov rdi, arg(2) ;qcoeff_ptr
188 mov WORD PTR[rdi + rcx * 2], dx ;qcoeff_ptr[rc] = temp_qcoeff[rc]
204 mov rdi, arg(2) ;qcoeff_ptr
211 mov WORD PTR[rdi + rcx * 2], dx ;qcoeff_ptr[rc] = temp_qcoeff[rc
    [all...]
x86_csystemdependent.c 27 short *qcoeff_ptr, short *dequant_ptr,
37 short *qcoeff_ptr = d->qcoeff; local
44 qcoeff_ptr,
92 short *qcoeff_ptr, short *dequant_ptr,
102 short *qcoeff_ptr = d->qcoeff; local
109 qcoeff_ptr,
120 short *qcoeff_ptr,short *dequant_ptr,
133 short *qcoeff_ptr = d->qcoeff; local
141 qcoeff_ptr,
quantize_mmx.asm 15 ; short *qcoeff_ptr,short *dequant_ptr,
58 mov rdi, arg(2) ;qcoeff_ptr
98 mov rdi, arg(2) ;qcoeff_ptr
139 mov rdi, arg(2) ;qcoeff_ptr
180 mov rdi, arg(2) ;qcoeff_ptr
196 mov rsi, arg(2) ;qcoeff_ptr
290 ; short *qcoeff_ptr,short *dequant_ptr,
333 mov rdi, arg(2) ;qcoeff_ptr
374 mov rdi, arg(2) ;qcoeff_ptr
  /external/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 22 ; r2 short *qcoeff_ptr
  /external/libvpx/vp8/decoder/arm/
detokenize.asm 279 str r12, [sp, #l_qcoeff] ; qcoeff_ptr = qcoeff_start_ptr

Completed in 52 milliseconds