Home
last modified time | relevance | path

Searched refs:pix_num (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/gl/cgl/
DFunctionsCGL.cpp32 (CGLPixelFormatObj pix, GLint pix_num, CGLPixelFormatAttribute attrib, GLint *value),
33 (pix, pix_num, attrib, value))
DFunctionsCGL.h38 (CGLPixelFormatObj pix, GLint pix_num, CGLPixelFormatAttribute attrib, GLint *value),
39 (pix, pix_num, attrib, value))
/external/libaom/libaom/av1/encoder/
Dtpl_model.c42 int pix_num = 1 << num_pels_log2_lookup[txsize_to_bsize[tx_size]]; in get_quantize_error() local
45 av1_quantize_fp(coeff, pix_num, p->zbin_QTX, p->round_fp_QTX, p->quant_fp_QTX, in get_quantize_error()
49 *recon_error = av1_block_error(coeff, dqcoeff, pix_num, sse) >> shift; in get_quantize_error()
77 const int pix_num = bw * bh; in tpl_get_satd_cost() local
82 return aom_satd(coeff, pix_num); in tpl_get_satd_cost()
509 int64_t srcrf_dist, int pix_num) { in delta_rate_cost() argument
517 pix_num; in delta_rate_cost()
522 rate_cost = (int64_t)((log(1.0 / beta) * pix_num) / log(2.0) / 2.0); in delta_rate_cost()
530 rate_cost = (int64_t)((pix_num * log(num / den)) / log(2.0) / 2.0); in delta_rate_cost()
564 const int pix_num = bw * bh; in tpl_model_update_b() local
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c6120 const int pix_num = bw * bh; local
6150 des_stats->mc_flow += (mc_flow * overlap_area) / pix_num;
6153 pix_num;
6186 int pix_num = 1 << num_pels_log2_lookup[txsize_to_bsize[tx_size]]; local
6191 vp9_highbd_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp,
6195 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp,
6200 vp9_quantize_fp_32x32(coeff, pix_num, x->skip_block, p->round_fp, p->quant_fp,
6205 *recon_error = vp9_block_error(coeff, dqcoeff, pix_num, sse) >> shift;
6258 const int pix_num = bw * bh; local
6305 intra_cost = vpx_highbd_satd(coeff, pix_num);
[all …]