HomeSort by relevance Sort by last modified time
    Searched refs:cbp (Results 1 - 17 of 17) sorted by null

  /external/u-boot/env/
attr.c 122 struct regex_callback_priv *cbp = (struct regex_callback_priv *)priv; local
131 if (slre_match(&slre, cbp->searched_for,
132 strlen(cbp->searched_for), caps)) {
133 free(cbp->regex);
138 cbp->regex = malloc(strlen(regex) + 1);
139 if (cbp->regex) {
140 strcpy(cbp->regex, regex);
146 free(cbp->attributes);
147 cbp->attributes = malloc(strlen(attributes) + 1);
148 if (cbp->attributes)
    [all...]
  /external/libavc/encoder/
ih264e_cabac_encode.c 458 * Encodes CBP for the MB.
461 * CBP for the MB
484 /* CBP Luma, FL, Cmax = 15, L = 4 */
530 /* CBP Chroma, TU, Cmax = 2 */
1630 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; local
1779 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; local
2070 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; local
    [all...]
ih264e_cavlc.c 726 /* cbp */
973 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; local
1207 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; local
1519 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 107 unsigned cbp = mb->coded_block_pattern; local
110 if (cbb & cbp) {
132 unsigned cbp = mb->coded_block_pattern; local
135 if (cbb & cbp) {
151 unsigned base_dct, cbp; local
163 cbp = 0x3f;
165 cbp = mb->coded_block_pattern;
180 base_dct |= (cbp >> 2) << NV17_MPEG_CMD_LUMA_MB_HEADER_CBP__SHIFT;
183 base_dct |= (cbp & 3) << NV17_MPEG_CMD_CHROMA_MB_HEADER_CBP__SHIFT;
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_lib.h 492 int cb_len, char * cbp);
501 int cb_len, char * cbp);
  /external/wpa_supplicant_8/src/wps/
httpread.c 534 char *cbp = h->body + h->chunk_start; local
535 if (bbp-cbp >= 2 && bbp[-2] == '\r' &&
541 if (!isxdigit(*cbp)) {
546 h->chunk_size = strtoul(cbp, NULL, 16);
558 bbp = cbp;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 720 int i, cbp, blk = 0; local
724 mb->coded_block_pattern = cbp = intra ? 0x3F : vl_vlc_get_vlclbf(&bs->vlc, tbl_B9, 9);
734 cbp <<= 1;
735 cbp &= 0x3F;
739 if (!cbp)
742 while(!(cbp & 0x20)) {
743 cbp <<= 1;
  /external/curl/docs/examples/
evhiperfifo.c 276 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
278 DPRINT("%s e %p s %i what %i cbp %p sockp %p\n",
279 __PRETTY_FUNCTION__, e, s, what, cbp, sockp);
281 GlobalInfo *g = (GlobalInfo*) cbp;
asiohiper.cpp 313 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
317 GlobalInfo *g = (GlobalInfo*) cbp;
ephiperfifo.c 310 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
312 GlobalInfo *g = (GlobalInfo*) cbp;
ghiper.c 244 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
246 GlobalInfo *g = (GlobalInfo*) cbp;
hiperfifo.c 276 static int sock_cb(CURL *e, curl_socket_t s, int what, void *cbp, void *sockp)
278 GlobalInfo *g = (GlobalInfo*) cbp;
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c     [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 433 vpx_codec_priv_output_cx_pkt_cb_pair_t cbp = { local
437 reinterpret_cast<void*>(&cbp));
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp 239 PutMCBPC_Intra(Int cbp, Int mode, BitstreamEncVideo *bitstream)
244 ind = ((mode_MBtype[mode] >> 1) & 3) | ((cbp & 3) << 2);
254 PutMCBPC_Inter(Int cbp, Int mode, BitstreamEncVideo *bitstream)
259 ind = (mode_MBtype[mode] & 7) | ((cbp & 3) << 3);
892 UChar CBP;
901 /* DC and AC Prediction, 5/28/01, compute CBP, intraDC_decision*/
904 /* CBP, Run, Level, and Sign */
906 CBP = video->headerInfo.CBP[mbnum];
925 PutMCBPC_Intra(CBP, Mode, bs1); /* MCBPC *
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 1591 vpx_codec_priv_output_cx_pkt_cb_pair_t *cbp = local
    [all...]
  /bionic/benchmarks/
powf_input.cpp     [all...]

Completed in 390 milliseconds