HomeSort by relevance Sort by last modified time
    Searched refs:dqcoeff_ptr (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 27 short *quant_ptr, short *dqcoeff_ptr);
36 short *dqcoeff_ptr = d->dqcoeff; local
48 dqcoeff_ptr
quantize_mmx.asm 17 ; short *quant_ptr, short *dqcoeff_ptr);
67 mov rax, arg(7) ;dqcoeff_ptr
107 mov rax, arg(7) ;dqcoeff_ptr
148 mov rax, arg(7) ;dqcoeff_ptr
189 mov rax, arg(7) ;dqcoeff_ptr
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 27 short *quant_ptr, short *dqcoeff_ptr);
36 short *dqcoeff_ptr = d->dqcoeff; local
48 dqcoeff_ptr
quantize_mmx.asm 17 ; short *quant_ptr, short *dqcoeff_ptr);
67 mov rax, arg(7) ;dqcoeff_ptr
107 mov rax, arg(7) ;dqcoeff_ptr
148 mov rax, arg(7) ;dqcoeff_ptr
189 mov rax, arg(7) ;dqcoeff_ptr
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 27 short *quant_ptr, short *dqcoeff_ptr);
36 short *dqcoeff_ptr = d->dqcoeff; local
48 dqcoeff_ptr
quantize_mmx.asm 17 ; short *quant_ptr, short *dqcoeff_ptr);
67 mov rax, arg(7) ;dqcoeff_ptr
107 mov rax, arg(7) ;dqcoeff_ptr
148 mov rax, arg(7) ;dqcoeff_ptr
189 mov rax, arg(7) ;dqcoeff_ptr
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
quantize.c 33 short *dqcoeff_ptr = d->dqcoeff; local
37 vpx_memset(dqcoeff_ptr, 0, 32);
57 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
78 short *dqcoeff_ptr = d->dqcoeff; local
93 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
118 short *dqcoeff_ptr = d->dqcoeff; local
123 vpx_memset(dqcoeff_ptr, 0, 32);
145 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
172 short *dqcoeff_ptr; local
179 dqcoeff_ptr = d->dqcoeff
229 short *dqcoeff_ptr = d->dqcoeff; local
    [all...]
encodemb.c 234 short *dqcoeff_ptr; local
271 dqcoeff_ptr = d->dqcoeff;
328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
459 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 33 short *dqcoeff_ptr = d->dqcoeff; local
37 vpx_memset(dqcoeff_ptr, 0, 32);
57 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
78 short *dqcoeff_ptr = d->dqcoeff; local
93 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
118 short *dqcoeff_ptr = d->dqcoeff; local
123 vpx_memset(dqcoeff_ptr, 0, 32);
145 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
172 short *dqcoeff_ptr; local
179 dqcoeff_ptr = d->dqcoeff
229 short *dqcoeff_ptr = d->dqcoeff; local
    [all...]
encodemb.c 234 short *dqcoeff_ptr; local
271 dqcoeff_ptr = d->dqcoeff;
328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
459 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 33 short *dqcoeff_ptr = d->dqcoeff; local
37 vpx_memset(dqcoeff_ptr, 0, 32);
57 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
78 short *dqcoeff_ptr = d->dqcoeff; local
93 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
118 short *dqcoeff_ptr = d->dqcoeff; local
123 vpx_memset(dqcoeff_ptr, 0, 32);
145 dqcoeff_ptr[rc] = x * dequant_ptr[rc]; /* dequantized value */
172 short *dqcoeff_ptr; local
179 dqcoeff_ptr = d->dqcoeff
229 short *dqcoeff_ptr = d->dqcoeff; local
    [all...]
encodemb.c 234 short *dqcoeff_ptr; local
271 dqcoeff_ptr = d->dqcoeff;
328 dx = dqcoeff_ptr[rc] - coeff_ptr[rc];
459 dqcoeff_ptr[rc] = x * dequant_ptr[rc];
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_quantize.c 26 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr,
38 vpx_memset(dqcoeff_ptr, 0, count * sizeof(int16_t));
65 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0];
80 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr,
94 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t));
122 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2;
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 26 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr,
37 vpx_memset(dqcoeff_ptr, 0, count * sizeof(int16_t));
64 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0];
79 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr,
92 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t));
120 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 26 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr,
37 vpx_memset(dqcoeff_ptr, 0, count * sizeof(int16_t));
64 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0];
79 int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr,
92 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t));
120 dqcoeff_ptr[rc] = qcoeff_ptr[rc] * dequant_ptr[rc != 0] / 2;
  /external/chromium_org/third_party/libvpx/source/config/linux/arm/
vp9_rtcd.h 331 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
334 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp9_rtcd.h 331 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
334 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/generic/
vp9_rtcd.h 331 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
334 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vp9_rtcd.h 331 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
334 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/nacl/
vp9_rtcd.h 331 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
334 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/libvpx/armv7a/
vp9_rtcd.h 338 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
341 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/libvpx/generic/
vp9_rtcd.h 338 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
341 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/libvpx/mips/
vp9_rtcd.h 338 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
341 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp9_rtcd.h 413 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
414 void vp9_quantize_b_ssse3(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
415 RTCD_EXTERN void (*vp9_quantize_b)(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
417 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
418 void vp9_quantize_b_32x32_ssse3(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vp9_rtcd.h 413 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
414 void vp9_quantize_b_ssse3(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
415 RTCD_EXTERN void (*vp9_quantize_b)(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
417 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
418 void vp9_quantize_b_32x32_ssse3(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *zbin_ptr, const int16_t *round_ptr, const int16_t *quant_ptr, const int16_t *quant_shift_ptr, int16_t *qcoeff_ptr, int16_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
    [all...]

Completed in 668 milliseconds

1 2