Searched refs:costs (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_cost.c | 37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, in cost() argument 47 costs[-ii] = cc; in cost() 49 cost(costs, tree, probs, ii, cc); in cost() 53 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens() argument 54 cost(costs, tree, probs, 0, 0); in vp9_cost_tokens() 57 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens_skip() argument 60 costs[-tree[0]] = vp9_cost_bit(probs[0], 0); in vp9_cost_tokens_skip() 61 cost(costs, tree, probs, 2, 0); in vp9_cost_tokens_skip()
|
D | vp9_cost.h | 48 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree); 49 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | variance_neon.asm | 76 ;vmov.32 r0, d0[0] ;this instruction costs a lot
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 42 Broadcom and its licensors from and against any damages, costs, liabilities,
|
/hardware/invensense/6515/libsensors_iio/ |
D | License.txt | 42 InvenSense and its licensors from and against any damages, costs, liabilities,
|