Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_defs.h195 #define MAP_X_MAX 16 macro
330 #define MAP_X_MAX 16 macro
353 if(((mvdx < MAP_X_MAX) && (mvdx >= -MAP_X_MAX)) && \
356 columnar_presence = pu4_node_map[MAP_X_MAX + mvdx]; \
361 pu4_node_map[MAP_X_MAX + mvdx] = columnar_presence; \
534 if((use_hashing) && (delta_x < MAP_X_MAX) && (delta_x >= (-MAP_X_MAX)) && \
537 map = (au4_map)[delta_x + MAP_X_MAX]; \
544 (au4_map)[delta_x + MAP_X_MAX] = map; \
661 if((delta_x < MAP_X_MAX) && (delta_x >= (-MAP_X_MAX)) && (delta_y < MAP_Y_MAX) && \
664 map = (au4_map)[delta_x + MAP_X_MAX]; \
[all …]
Dhme_subpel.c4291 sizeof(U32) * 2 * MAP_X_MAX); in hme_subpel_refine_cu_hs()
4376 sizeof(U32) * 2 * MAP_X_MAX); in hme_subpel_refine_cu_hs()
Dhme_refine.c5948 U32 au4_unique_node_map[MAP_X_MAX * 2]; in hme_refine()
8855 U32 au4_unique_node_map[MAP_X_MAX * 2]; in hme_refine_no_encode()