Home
last modified time | relevance | path

Searched refs:oci (Results 1 – 25 of 34) sorted by relevance

12

/external/libvpx/libvpx/vp8/common/
Dalloccommon.c20 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci) { in vp8_de_alloc_frame_buffers() argument
23 vp8_yv12_de_alloc_frame_buffer(&oci->yv12_fb[i]); in vp8_de_alloc_frame_buffers()
26 vp8_yv12_de_alloc_frame_buffer(&oci->temp_scale_frame); in vp8_de_alloc_frame_buffers()
28 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer); in vp8_de_alloc_frame_buffers()
29 if (oci->post_proc_buffer_int_used) { in vp8_de_alloc_frame_buffers()
30 vp8_yv12_de_alloc_frame_buffer(&oci->post_proc_buffer_int); in vp8_de_alloc_frame_buffers()
33 vpx_free(oci->pp_limits_buffer); in vp8_de_alloc_frame_buffers()
34 oci->pp_limits_buffer = NULL; in vp8_de_alloc_frame_buffers()
36 vpx_free(oci->postproc_state.generated_noise); in vp8_de_alloc_frame_buffers()
37 oci->postproc_state.generated_noise = NULL; in vp8_de_alloc_frame_buffers()
[all …]
Dpostproc.c155 int vp8_post_proc_frame(VP8_COMMON *oci, YV12_BUFFER_CONFIG *dest, in vp8_post_proc_frame() argument
157 int q = oci->filter_level * 10 / 6; in vp8_post_proc_frame()
162 if (!oci->frame_to_show) return -1; in vp8_post_proc_frame()
167 *dest = *oci->frame_to_show; in vp8_post_proc_frame()
170 dest->y_width = oci->Width; in vp8_post_proc_frame()
171 dest->y_height = oci->Height; in vp8_post_proc_frame()
173 oci->postproc_state.last_base_qindex = oci->base_qindex; in vp8_post_proc_frame()
174 oci->postproc_state.last_frame_valid = 1; in vp8_post_proc_frame()
178 if (!oci->postproc_state.generated_noise) { in vp8_post_proc_frame()
179 oci->postproc_state.generated_noise = vpx_calloc( in vp8_post_proc_frame()
[all …]
Dalloccommon.h20 void vp8_create_common(VP8_COMMON *oci);
21 void vp8_remove_common(VP8_COMMON *oci);
22 void vp8_de_alloc_frame_buffers(VP8_COMMON *oci);
23 int vp8_alloc_frame_buffers(VP8_COMMON *oci, int width, int height);
Dpostproc.h29 int vp8_post_proc_frame(struct VP8Common *oci, YV12_BUFFER_CONFIG *dest,
Donyxd.h49 int vp8dx_references_buffer(struct VP8Common *oci, int ref_frame);
/external/wpa_supplicant_8/src/common/
Docv.c22 int ocv_derive_all_parameters(struct oci_info *oci) in ocv_derive_all_parameters() argument
26 oci->freq = ieee80211_chan_to_freq(NULL, oci->op_class, oci->channel); in ocv_derive_all_parameters()
27 if (oci->freq < 0) { in ocv_derive_all_parameters()
30 oci->op_class, oci->channel); in ocv_derive_all_parameters()
34 op_class_map = get_oper_class(NULL, oci->op_class); in ocv_derive_all_parameters()
38 oci->op_class); in ocv_derive_all_parameters()
42 oci->chanwidth = oper_class_bw_to_int(op_class_map); in ocv_derive_all_parameters()
43 oci->sec_channel = 0; in ocv_derive_all_parameters()
45 oci->sec_channel = 1; in ocv_derive_all_parameters()
47 oci->sec_channel = -1; in ocv_derive_all_parameters()
[all …]
Docv.h32 int ocv_derive_all_parameters(struct oci_info *oci);
Dieee802_11_common.h94 const u8 *oci; member
Dwpa_common.h462 const u8 *oci; member
Dieee802_11_common.c278 elems->oci = pos; in ieee802_11_parse_extension()
Dwpa_common.c903 parse->oci = pos; in wpa_ft_parse_ftie()
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c418 int vp8dx_references_buffer(VP8_COMMON *oci, int ref_frame) { in vp8dx_references_buffer() argument
419 const MODE_INFO *mi = oci->mi; in vp8dx_references_buffer()
422 for (mb_row = 0; mb_row < oci->mb_rows; ++mb_row) { in vp8dx_references_buffer()
423 for (mb_col = 0; mb_col < oci->mb_cols; mb_col++, mi++) { in vp8dx_references_buffer()
/external/lua/src/
Dlvm.c1155 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute() local
1157 StkId ofunc = oci->func; /* caller function */ in luaV_execute()
1162 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base); in luaV_execute()
1166 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()
1167 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()
1168 oci->u.l.savedpc = nci->u.l.savedpc; in luaV_execute()
1169 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()
1170 ci = L->ci = oci; /* remove new frame */ in luaV_execute()
1171 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.h37 const u8 *oci; member
Dieee802_11_shared.c256 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in ieee802_11_sa_query_action()
Dwpa_auth_ie.c1058 ie->oci = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c642 VP8_COMMON *oci = &pbi->common; in vp8_get_last_ref_frame() local
644 (vp8dx_references_buffer(oci, ALTREF_FRAME) ? VP8_ALTR_FRAME : 0) | in vp8_get_last_ref_frame()
645 (vp8dx_references_buffer(oci, GOLDEN_FRAME) ? VP8_GOLD_FRAME : 0) | in vp8_get_last_ref_frame()
646 (vp8dx_references_buffer(oci, LAST_FRAME) ? VP8_LAST_FRAME : 0); in vp8_get_last_ref_frame()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.h57 const u8 *oci; member
Dwpa_ie.c471 ie->oci = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
Dwpa_ft.c998 if (ocv_verify_tx_params(parse.oci, parse.oci_len, &ci, in wpa_ft_validate_reassoc_resp()
Dwpa.c1488 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_3_of_4()
1608 if (ocv_verify_tx_params(ie.oci, ie.oci_len, &ci, in wpa_supplicant_process_1_of_2_rsn()
4327 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in fils_process_assoc_resp()
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Retirements.tab3 auv Auvergnat M oci 2007-03-14
4 gsc Gascon M oci 2007-03-14
5 lms Limousin M oci 2007-03-14
6 lnc Languedocien M oci 2007-03-14
7 prv Provençal M oci 2007-03-14
DISO-639-2_values_8bits.txt326 oci||oc|Occitan (post 1500); Provençal|occitan (après 1500); provençal
/external/lzma/C/
DLzmaEnc.c2306 unsigned oci = p->optCur; in LzmaEnc_CodeOneBlock() local
2307 if (p->optEnd == oci) in LzmaEnc_CodeOneBlock()
2311 const COptimal *opt = &p->opt[oci]; in LzmaEnc_CodeOneBlock()
2314 p->optCur = oci + 1; in LzmaEnc_CodeOneBlock()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c1263 if (ocv_verify_tx_params(elems.oci, elems.oci_len, &ci, in mesh_mpm_action_rx()

12