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

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_quantize.h 41 const int16_t *round_ptr, const int16_t quant_ptr,
45 const int16_t *round_ptr, const int16_t quant_ptr,
53 const int16_t *round_ptr, const int16_t quant_ptr,
58 const int16_t quant_ptr, tran_low_t *qcoeff_ptr,
vp9_quantize.c 118 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
144 tmp = (tmp * quant_ptr[rc != 0]) >> 16;
159 const int16_t *round_ptr, const int16_t *quant_ptr,
188 quant_ptr[rc != 0]) >> 16;
206 const int16_t *quant_ptr,
232 tmp = (abs_coeff * quant_ptr[rc != 0]) >> 15;
249 const int16_t *quant_ptr,
276 tmp = (tmp * quant_ptr[rc != 0]) >> 15;
292 const int16_t *quant_ptr, const int16_t *quant_shift_ptr,
329 tmp = ((((tmp * quant_ptr[rc != 0]) >> 16) + tmp)
    [all...]
  /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
  /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/vp9/encoder/arm/neon/
vp9_quantize_neon.c 26 const int16_t *round_ptr, const int16_t *quant_ptr,
46 int16x8_t v_quant = vmovq_n_s16(quant_ptr[1]);
50 v_quant = vsetq_lane_s16(quant_ptr[0], v_quant, 0);
74 v_quant = vmovq_n_s16(quant_ptr[1]);
  /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/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/libjpeg_turbo/
jdmarker.c 512 JQUANT_TBL *quant_ptr; local
530 quant_ptr = cinfo->quant_tbl_ptrs[n];
538 quant_ptr->quantval[jpeg_natural_order[i]] = (UINT16) tmp;
544 quant_ptr->quantval[i], quant_ptr->quantval[i+1],
545 quant_ptr->quantval[i+2], quant_ptr->quantval[i+3],
546 quant_ptr->quantval[i+4], quant_ptr->quantval[i+5],
547 quant_ptr->quantval[i+6], quant_ptr->quantval[i+7])
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
quantize.c 25 short *quant_ptr = b->quant_fast; local
39 y = ((x + round_ptr[rc]) * quant_ptr[rc]) >> 16; /* quantize (x) */
61 short *quant_ptr = b->quant; local
87 y = ((((x * quant_ptr[rc]) >> 16) + x)
  /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/arm64/
vp9_rtcd.h 345 void vp9_quantize_b_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
348 void vp9_quantize_b_32x32_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
351 void vp9_quantize_fp_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
352 void vp9_quantize_fp_neon(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
355 void vp9_quantize_fp_32x32_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_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/arm/
vp9_rtcd.h 341 void vp9_quantize_b_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
344 void vp9_quantize_b_32x32_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
347 void vp9_quantize_fp_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
350 void vp9_quantize_fp_32x32_c(const tran_low_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, tran_low_t *qcoeff_ptr, tran_low_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 371 milliseconds

1 2