HomeSort by relevance Sort by last modified time
    Searched refs:quant_ptr (Results 1 - 25 of 41) 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);
34 short *quant_ptr = b->quant_fast; local
47 quant_ptr,
quantize_mmx.asm 17 ; short *quant_ptr, short *dqcoeff_ptr);
46 mov rdx, arg(6) ;quant_ptr
quantize_sse4.asm 114 ; y = x * quant_ptr >> 16
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 27 short *quant_ptr, short *dqcoeff_ptr);
34 short *quant_ptr = b->quant_fast; local
47 quant_ptr,
quantize_mmx.asm 17 ; short *quant_ptr, short *dqcoeff_ptr);
46 mov rdx, arg(6) ;quant_ptr
quantize_sse4.asm 114 ; y = x * quant_ptr >> 16
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 27 short *quant_ptr, short *dqcoeff_ptr);
34 short *quant_ptr = b->quant_fast; local
47 quant_ptr,
quantize_mmx.asm 17 ; short *quant_ptr, short *dqcoeff_ptr);
46 mov rdx, arg(6) ;quant_ptr
quantize_sse4.asm 114 ; y = x * quant_ptr >> 16
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
quantize.c 30 short *quant_ptr = b->quant_fast; local
53 y = ((((x * quant_ptr[rc]) >> 16) + x)
76 short *quant_ptr = b->quant_fast; local
90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
115 short *quant_ptr = b->quant; local
141 y = ((((x * quant_ptr[rc]) >> 16) + x)
169 short *quant_ptr; local
176 quant_ptr = b->quant;
201 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16;
227 short *quant_ptr = b->quant local
    [all...]
  /external/jpeg/
jdmarker.c 504 JQUANT_TBL *quant_ptr; local
522 quant_ptr = cinfo->quant_tbl_ptrs[n];
530 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
536 quant_ptr->quantval[i], quant_ptr->quantval[i+1],
537 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3],
538 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5],
539 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7])
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 30 short *quant_ptr = b->quant_fast; local
53 y = ((((x * quant_ptr[rc]) >> 16) + x)
76 short *quant_ptr = b->quant_fast; local
90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
115 short *quant_ptr = b->quant; local
141 y = ((((x * quant_ptr[rc]) >> 16) + x)
169 short *quant_ptr; local
176 quant_ptr = b->quant;
201 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16;
227 short *quant_ptr = b->quant local
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdmarker.c 530 JQUANT_TBL *quant_ptr; local
548 quant_ptr = cinfo->quant_tbl_ptrs[n];
556 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
562 quant_ptr->quantval[i], quant_ptr->quantval[i+1],
563 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3],
564 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5],
565 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7]);
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 496 JQUANT_TBL *quant_ptr; local
514 quant_ptr = cinfo->quant_tbl_ptrs[n];
522 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
528 quant_ptr->quantval[i], quant_ptr->quantval[i+1],
529 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3],
530 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5],
531 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7])
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
quantize.c 30 short *quant_ptr = b->quant_fast; local
53 y = ((((x * quant_ptr[rc]) >> 16) + x)
76 short *quant_ptr = b->quant_fast; local
90 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
115 short *quant_ptr = b->quant; local
141 y = ((((x * quant_ptr[rc]) >> 16) + x)
169 short *quant_ptr; local
176 quant_ptr = b->quant;
201 y = ((((x * quant_ptr[rc]) >> 16) + x) * quant_shift_ptr[rc]) >> 16;
227 short *quant_ptr = b->quant local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_quantize.c 25 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
62 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) *
78 const int16_t *quant_ptr,
118 tmp = ((((abs_coeff * quant_ptr[rc != 0]) >> 16) + abs_coeff) *
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 25 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
61 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) *
77 const int16_t *quant_ptr,
116 tmp = ((((abs_coeff * quant_ptr[rc != 0]) >> 16) + abs_coeff) *
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c 25 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
61 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp) *
77 const int16_t *quant_ptr,
116 tmp = ((((abs_coeff * quant_ptr[rc != 0]) >> 16) + abs_coeff) *
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 45 vld1.s16 {q8, q9}, [r5@128] ; load quant_ptr [0-15]
179 vld1.s16 {q8, q9}, [r4@128] ; load quant_ptr [0-15]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 45 vld1.s16 {q8, q9}, [r5@128] ; load quant_ptr [0-15]
179 vld1.s16 {q8, q9}, [r4@128] ; load quant_ptr [0-15]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 45 vld1.s16 {q8, q9}, [r5@128] ; load quant_ptr [0-15]
179 vld1.s16 {q8, q9}, [r4@128] ; load quant_ptr [0-15]
  /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...]

Completed in 2491 milliseconds

1 2