Searched refs:iscan (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_scan.c | 310 static void init_scan_neighbors(const int16_t *scan, int16_t *iscan, int l, in init_scan_neighbors() argument 318 iscan[0] = find_in_scan(scan, l, 0); in init_scan_neighbors() 321 iscan[n] = find_in_scan(scan, l, n); in init_scan_neighbors() 358 assert(iscan[neighbors[MAX_NEIGHBORS * n + 0]] < n); in init_scan_neighbors()
|
D | vp9_scan.h | 30 const int16_t *iscan; member
|
D | vp9_rtcd_defs.pl | 709 …6_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan"; 712 …6_t *dequant_ptr, int zbin_oq_value, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan";
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.h | 40 const int16_t *scan, const int16_t *iscan);
|
D | vp9_encodemb.c | 339 scan_order->iscan); in vp9_xform_quant() 346 scan_order->scan, scan_order->iscan); in vp9_xform_quant() 353 scan_order->scan, scan_order->iscan); in vp9_xform_quant() 360 scan_order->scan, scan_order->iscan); in vp9_xform_quant() 517 scan_order->iscan); in encode_block_intra() 537 scan_order->iscan); in encode_block_intra() 557 scan_order->iscan); in encode_block_intra() 581 scan_order->iscan); in encode_block_intra()
|
D | vp9_quantize.c | 29 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_b_c() argument 82 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_b_32x32_c() argument 130 const int16_t *scan, const int16_t *iscan) { in vp9_regular_quantize_b_4x4() argument 140 pd->dequant, p->zbin_extra, &p->eobs[block], scan, iscan); in vp9_regular_quantize_b_4x4()
|
D | vp9_rdopt.c | 1113 vp9_regular_quantize_b_4x4(x, 0, block, so->scan, so->iscan); in rd_pick_intra4x4block() 1126 vp9_regular_quantize_b_4x4(x, 0, block, so->scan, so->iscan); in rd_pick_intra4x4block() 1591 vp9_regular_quantize_b_4x4(x, 0, k, so->scan, so->iscan); in encode_inter_mb_segment()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_quantize_ssse3.asm | 21 eob, scan, iscan 58 DEFINE_ARGS coeff, ncoeff, d1, qcoeff, dqcoeff, iscan, d2, d3, d4, d5, d6, eob
|