Home
last modified time | relevance | path

Searched refs:IS_DIR (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_mc_template.c88 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 Dh264_mb.c108 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 Dh264_cavlc.c878 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 Dh264_cabac.c2143 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 Dmpegutils.h89 #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 Dfile_store.c71 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 Dfile_store.c71 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()

Completed in 10 milliseconds