Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c359 v64x64 *vt = (v64x64 *) data; in tree_to_node() local
360 node->part_variances = &vt->part_variances; in tree_to_node()
362 node->split[i] = &vt->split[i].part_variances.none; in tree_to_node()
366 v32x32 *vt = (v32x32 *) data; in tree_to_node() local
367 node->part_variances = &vt->part_variances; in tree_to_node()
369 node->split[i] = &vt->split[i].part_variances.none; in tree_to_node()
373 v16x16 *vt = (v16x16 *) data; in tree_to_node() local
374 node->part_variances = &vt->part_variances; in tree_to_node()
376 node->split[i] = &vt->split[i].part_variances.none; in tree_to_node()
380 v8x8 *vt = (v8x8 *) data; in tree_to_node() local
[all …]