/third_party/ffmpeg/libavcodec/ |
H A D | h264_mc_template.c | 88 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1)); in hl_motion() 93 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1)); in hl_motion() 97 IS_DIR(mb_type, 1, 0), IS_DIR(mb_type, 1, 1)); in hl_motion() 102 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1)); in hl_motion() 106 IS_DIR(mb_type, 1, 0), IS_DIR(mb_typ in hl_motion() [all...] |
H A D | h264_mb.c | 108 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1), nrefs); in await_references() 111 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1), nrefs); in await_references() 113 IS_DIR(mb_type, 1, 0), IS_DIR(mb_type, 1, 1), nrefs); in await_references() 116 IS_DIR(mb_type, 0, 0), IS_DIR(mb_type, 0, 1), nrefs); in await_references() 118 IS_DIR(mb_type, 1, 0), IS_DIR(mb_typ in await_references() [all...] |
H A D | h264_cavlc.c | 878 if(IS_DIR(sl->sub_mb_type[i], 0, list)){ in ff_h264_decode_mb_cavlc() 911 if(IS_DIR(sl->sub_mb_type[i], 0, list)){ in ff_h264_decode_mb_cavlc() 954 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cavlc() 971 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cavlc() 985 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cavlc() 1006 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cavlc() 1023 if(IS_DIR(mb_type, i, list)){ //FIXME optimize in ff_h264_decode_mb_cavlc() 1044 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cavlc()
|
H A D | h264_cabac.c | 2143 if(IS_DIR(sl->sub_mb_type[i], 0, list)){ in ff_h264_decode_mb_cabac() 2172 if(IS_DIR(sl->sub_mb_type[i], 0, list) && !IS_DIRECT(sl->sub_mb_type[i])){ in ff_h264_decode_mb_cabac() 2229 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cabac() 2244 if(IS_DIR(mb_type, 0, list)){ in ff_h264_decode_mb_cabac() 2258 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cabac() 2276 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cabac() 2294 if(IS_DIR(mb_type, i, list)){ //FIXME optimize in ff_h264_decode_mb_cabac() 2312 if(IS_DIR(mb_type, i, list)){ in ff_h264_decode_mb_cabac()
|
H A D | mpegutils.h | 89 #define IS_DIR(a, part, list) ((a) & (MB_TYPE_P0L0 << ((part) + 2 * (list)))) macro
|
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 71 IS_DIR /* Pass directory entry names */ enumerator 84 /* Used with |IS_DIR| */ 116 if (ctx->type != IS_DIR) { in free_file_ctx() 174 if ((ctx = new_file_ctx(IS_DIR, uri, provctx)) == NULL) { in file_open_dir() 330 if (ctx->type != IS_DIR) { in file_set_ctx_params() 358 if (ctx->type != IS_DIR) { in file_set_ctx_params() 705 case IS_DIR: in file_load() 727 case IS_DIR: in file_eof() 769 case IS_DIR: in file_close()
|
/third_party/openssl/providers/implementations/storemgmt/ |
H A D | file_store.c | 71 IS_DIR /* Pass directory entry names */ enumerator 84 /* Used with |IS_DIR| */ 116 if (ctx->type != IS_DIR) { in free_file_ctx() 174 if ((ctx = new_file_ctx(IS_DIR, uri, provctx)) == NULL) { in file_open_dir() 330 if (ctx->type != IS_DIR) { in file_set_ctx_params() 358 if (ctx->type != IS_DIR) { in file_set_ctx_params() 705 case IS_DIR: in file_load() 727 case IS_DIR: in file_eof() 769 case IS_DIR: in file_close()
|