Home
last modified time | relevance | path

Searched defs:coeff (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.c43 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_c() local
55 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_c() local
98 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_32x32_c() local
110 const int coeff = coeff_ptr[rc]; in vp9_quantize_b_32x32_c() local
Dvp9_encodemb.c117 const int16_t *coeff = BLOCK_OFFSET(mb->plane[plane].coeff, block); in optimize_b() local
323 int16_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant() local
483 int16_t *coeff = BLOCK_OFFSET(p->coeff, block); in encode_block_intra() local
Dvp9_block.h33 int16_t *coeff[MAX_MB_PLANE][3]; member
69 int16_t *coeff; member
Dvp9_rdopt.c526 int64_t vp9_block_error_c(const int16_t *coeff, const int16_t *dqcoeff, in vp9_block_error_c()
635 int16_t *const coeff = BLOCK_OFFSET(p->coeff, block); in dist_block() local
1101 int16_t *const coeff = BLOCK_OFFSET(x->plane[0].coeff, block); in rd_pick_intra4x4block() local
1585 int16_t* coeff; in encode_inter_mb_segment() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dshortfdct_neon.asm23 coeff label
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Didct8x8_test.cc112 int16_t input[64], coeff[64]; in TEST() local
/hardware/intel/common/wrs_omxil_core/utils/src/
Daudio_parser.c303 int coeff; in mp3_calculate_frame_length() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h39 short *coeff; member
Drdopt.c409 int vp8_block_error_c(short *coeff, short *dqcoeff) in vp8_block_error_c()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DOverlayPlaneBase.cpp847 bool OverlayPlaneBase::setCoeffRegs(double *coeff, int mantSize, in setCoeffRegs()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DOverlayPlaneBase.cpp867 bool OverlayPlaneBase::setCoeffRegs(double *coeff, int mantSize, in setCoeffRegs()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c287 SetCoeffRegs(double *coeff, int mantSize, coeffPtr pCoeff, int pos) in SetCoeffRegs()